|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.turistapasajeroextranjero.schema.TuristaPasajeroExtranjero.DatosTransito
public static class TuristaPasajeroExtranjero.DatosTransito
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>
| Field Summary | |
|---|---|
protected String |
empresaTransporte
|
protected String |
idTransporte
|
protected String |
nacionalidad
|
protected String |
numeroId
|
protected String |
tipoId
|
protected String |
via
|
| Constructor Summary | |
|---|---|
TuristaPasajeroExtranjero.DatosTransito()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String via
protected String tipoId
protected String numeroId
protected String nacionalidad
protected String empresaTransporte
protected String idTransporte
| Constructor Detail |
|---|
public TuristaPasajeroExtranjero.DatosTransito()
| Method Detail |
|---|
public String getVia()
Stringpublic void setVia(String value)
value - allowed object is
Stringpublic String getTipoId()
Stringpublic void setTipoId(String value)
value - allowed object is
Stringpublic String getNumeroId()
Stringpublic void setNumeroId(String value)
value - allowed object is
Stringpublic String getNacionalidad()
Stringpublic void setNacionalidad(String value)
value - allowed object is
Stringpublic String getEmpresaTransporte()
Stringpublic void setEmpresaTransporte(String value)
value - allowed object is
Stringpublic String getIdTransporte()
Stringpublic void setIdTransporte(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||