public class TuristaPasajeroExtranjero 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"> <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>
Modifier and Type | Class and Description |
---|---|
static class |
TuristaPasajeroExtranjero.DatosTransito
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected TuristaPasajeroExtranjero.DatosTransito |
datosTransito |
protected XMLGregorianCalendar |
fechadeTransito |
protected String |
tipoTransito |
protected String |
version |
Constructor and Description |
---|
TuristaPasajeroExtranjero() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected TuristaPasajeroExtranjero.DatosTransito datosTransito
protected String version
protected XMLGregorianCalendar fechadeTransito
protected String tipoTransito
public TuristaPasajeroExtranjero.DatosTransito getDatosTransito()
TuristaPasajeroExtranjero.DatosTransito
public void setDatosTransito(TuristaPasajeroExtranjero.DatosTransito value)
value
- allowed object is
TuristaPasajeroExtranjero.DatosTransito
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public XMLGregorianCalendar getFechadeTransito()
XMLGregorianCalendar
public void setFechadeTransito(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getTipoTransito()
String
Copyright © 2010–2018. All rights reserved.