|
||||||||||
| 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
public class TuristaPasajeroExtranjero
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">
<sequence>
<element name="datosTransito">
<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>
</element>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0" />
<attribute name="fechadeTransito" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}dateTime">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</attribute>
<attribute name="tipoTransito" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Arribo"/>
<enumeration value="Salida"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
TuristaPasajeroExtranjero.DatosTransito
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected TuristaPasajeroExtranjero.DatosTransito |
datosTransito
|
protected XMLGregorianCalendar |
fechadeTransito
|
protected String |
tipoTransito
|
protected String |
version
|
| Constructor Summary | |
|---|---|
TuristaPasajeroExtranjero()
|
|
| Method Summary | |
|---|---|
TuristaPasajeroExtranjero.DatosTransito |
getDatosTransito()
Gets the value of the datosTransito property. |
XMLGregorianCalendar |
getFechadeTransito()
Gets the value of the fechadeTransito property. |
String |
getTipoTransito()
Gets the value of the tipoTransito property. |
String |
getVersion()
Gets the value of the version property. |
void |
setDatosTransito(TuristaPasajeroExtranjero.DatosTransito value)
Sets the value of the datosTransito property. |
void |
setFechadeTransito(XMLGregorianCalendar value)
Sets the value of the fechadeTransito property. |
void |
setTipoTransito(String value)
Sets the value of the tipoTransito property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TuristaPasajeroExtranjero.DatosTransito datosTransito
protected String version
protected XMLGregorianCalendar fechadeTransito
protected String tipoTransito
| Constructor Detail |
|---|
public TuristaPasajeroExtranjero()
| Method Detail |
|---|
public TuristaPasajeroExtranjero.DatosTransito getDatosTransito()
TuristaPasajeroExtranjero.DatosTransitopublic void setDatosTransito(TuristaPasajeroExtranjero.DatosTransito value)
value - allowed object is
TuristaPasajeroExtranjero.DatosTransitopublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getFechadeTransito()
XMLGregorianCalendarpublic void setFechadeTransito(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getTipoTransito()
Stringpublic void setTipoTransito(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||