public static class TuristaPasajeroExtranjero.DatosTransito extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Via" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Aérea"/> <enumeration value="Marítima"/> <enumeration value="Terrestre"/> </restriction> </simpleType> </attribute> <attribute name="TipoId" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="NumeroId" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="Nacionalidad" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="EmpresaTransporte" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="IdTransporte" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
empresaTransporte |
protected String |
idTransporte |
protected String |
nacionalidad |
protected String |
numeroId |
protected String |
tipoId |
protected String |
via |
Constructor and Description |
---|
DatosTransito() |
Modifier and Type | Method and Description |
---|---|
String |
getEmpresaTransporte()
Gets the value of the empresaTransporte property.
|
String |
getIdTransporte()
Gets the value of the idTransporte property.
|
String |
getNacionalidad()
Gets the value of the nacionalidad property.
|
String |
getNumeroId()
Gets the value of the numeroId property.
|
String |
getTipoId()
Gets the value of the tipoId property.
|
String |
getVia()
Gets the value of the via property.
|
void |
setEmpresaTransporte(String value)
Sets the value of the empresaTransporte property.
|
void |
setIdTransporte(String value)
Sets the value of the idTransporte property.
|
void |
setNacionalidad(String value)
Sets the value of the nacionalidad property.
|
void |
setNumeroId(String value)
Sets the value of the numeroId property.
|
void |
setTipoId(String value)
Sets the value of the tipoId property.
|
void |
setVia(String value)
Sets the value of the via property.
|
protected String via
protected String tipoId
protected String numeroId
protected String nacionalidad
protected String empresaTransporte
protected String idTransporte
public String getVia()
String
public void setVia(String value)
value
- allowed object is
String
public String getTipoId()
String
public void setTipoId(String value)
value
- allowed object is
String
public String getNumeroId()
String
public void setNumeroId(String value)
value
- allowed object is
String
public String getNacionalidad()
String
public void setNacionalidad(String value)
value
- allowed object is
String
public String getEmpresaTransporte()
String
public void setEmpresaTransporte(String value)
value
- allowed object is
String
public String getIdTransporte()
String
Copyright © 2010–2018. All rights reserved.