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

java.lang.Object
  extended by mx.bigdata.sat.common.turistapasajeroextranjero.schema.TuristaPasajeroExtranjero

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>
 


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

datosTransito

protected TuristaPasajeroExtranjero.DatosTransito datosTransito

version

protected String version

fechadeTransito

protected XMLGregorianCalendar fechadeTransito

tipoTransito

protected String tipoTransito
Constructor Detail

TuristaPasajeroExtranjero

public TuristaPasajeroExtranjero()
Method Detail

getDatosTransito

public TuristaPasajeroExtranjero.DatosTransito getDatosTransito()
Gets the value of the datosTransito property.

Returns:
possible object is TuristaPasajeroExtranjero.DatosTransito

setDatosTransito

public void setDatosTransito(TuristaPasajeroExtranjero.DatosTransito value)
Sets the value of the datosTransito property.

Parameters:
value - allowed object is TuristaPasajeroExtranjero.DatosTransito

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getFechadeTransito

public XMLGregorianCalendar getFechadeTransito()
Gets the value of the fechadeTransito property.

Returns:
possible object is XMLGregorianCalendar

setFechadeTransito

public void setFechadeTransito(XMLGregorianCalendar value)
Sets the value of the fechadeTransito property.

Parameters:
value - allowed object is XMLGregorianCalendar

getTipoTransito

public String getTipoTransito()
Gets the value of the tipoTransito property.

Returns:
possible object is String

setTipoTransito

public void setTipoTransito(String value)
Sets the value of the tipoTransito property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.