mx.bigdata.sat.common.turistapasajeroextranjero.schema
Class TuristaPasajeroExtranjero.DatosTransito

java.lang.Object
  extended by mx.bigdata.sat.common.turistapasajeroextranjero.schema.TuristaPasajeroExtranjero.DatosTransito
Enclosing class:
TuristaPasajeroExtranjero

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>
 


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

via

protected String via

tipoId

protected String tipoId

numeroId

protected String numeroId

nacionalidad

protected String nacionalidad

empresaTransporte

protected String empresaTransporte

idTransporte

protected String idTransporte
Constructor Detail

TuristaPasajeroExtranjero.DatosTransito

public TuristaPasajeroExtranjero.DatosTransito()
Method Detail

getVia

public String getVia()
Gets the value of the via property.

Returns:
possible object is String

setVia

public void setVia(String value)
Sets the value of the via property.

Parameters:
value - allowed object is String

getTipoId

public String getTipoId()
Gets the value of the tipoId property.

Returns:
possible object is String

setTipoId

public void setTipoId(String value)
Sets the value of the tipoId property.

Parameters:
value - allowed object is String

getNumeroId

public String getNumeroId()
Gets the value of the numeroId property.

Returns:
possible object is String

setNumeroId

public void setNumeroId(String value)
Sets the value of the numeroId property.

Parameters:
value - allowed object is String

getNacionalidad

public String getNacionalidad()
Gets the value of the nacionalidad property.

Returns:
possible object is String

setNacionalidad

public void setNacionalidad(String value)
Sets the value of the nacionalidad property.

Parameters:
value - allowed object is String

getEmpresaTransporte

public String getEmpresaTransporte()
Gets the value of the empresaTransporte property.

Returns:
possible object is String

setEmpresaTransporte

public void setEmpresaTransporte(String value)
Sets the value of the empresaTransporte property.

Parameters:
value - allowed object is String

getIdTransporte

public String getIdTransporte()
Gets the value of the idTransporte property.

Returns:
possible object is String

setIdTransporte

public void setIdTransporte(String value)
Sets the value of the idTransporte property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.