mx.bigdata.sat.common.ventavehiculos.schema
Class VentaVehiculos

java.lang.Object
  extended by mx.bigdata.sat.common.ventavehiculos.schema.VentaVehiculos

public class VentaVehiculos
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">
       <choice>
         <element name="InformacionAduanera" type="{http://www.sat.gob.mx/ventavehiculos}t_InformacionAduanera" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Parte" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="InformacionAduanera" type="{http://www.sat.gob.mx/ventavehiculos}t_InformacionAduanera" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="cantidad" use="required">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                       <whiteSpace value="collapse"/>
                     </restriction>
                   </simpleType>
                 </attribute>
                 <attribute name="unidad">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <whiteSpace value="collapse"/>
                       <minLength value="1"/>
                     </restriction>
                   </simpleType>
                 </attribute>
                 <attribute name="noIdentificacion">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <minLength value="1"/>
                       <whiteSpace value="collapse"/>
                     </restriction>
                   </simpleType>
                 </attribute>
                 <attribute name="descripcion" use="required">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <minLength value="1"/>
                       <whiteSpace value="collapse"/>
                     </restriction>
                   </simpleType>
                 </attribute>
                 <attribute name="valorUnitario" type="{http://www.sat.gob.mx/ventavehiculos}t_Importe" />
                 <attribute name="importe" type="{http://www.sat.gob.mx/ventavehiculos}t_Importe" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="1.0" />
       <attribute name="ClaveVehicular" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class VentaVehiculos.Parte
          Java class for anonymous complex type.
 
Field Summary
protected  String claveVehicular
           
protected  List<TInformacionAduanera> informacionAduanera
           
protected  List<VentaVehiculos.Parte> parte
           
protected  String version
           
 
Constructor Summary
VentaVehiculos()
           
 
Method Summary
 String getClaveVehicular()
          Gets the value of the claveVehicular property.
 List<TInformacionAduanera> getInformacionAduanera()
          Gets the value of the informacionAduanera property.
 List<VentaVehiculos.Parte> getParte()
          Gets the value of the parte property.
 String getVersion()
          Gets the value of the version property.
 void setClaveVehicular(String value)
          Sets the value of the claveVehicular 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

informacionAduanera

protected List<TInformacionAduanera> informacionAduanera

parte

protected List<VentaVehiculos.Parte> parte

version

protected String version

claveVehicular

protected String claveVehicular
Constructor Detail

VentaVehiculos

public VentaVehiculos()
Method Detail

getInformacionAduanera

public List<TInformacionAduanera> getInformacionAduanera()
Gets the value of the informacionAduanera property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the informacionAduanera property.

For example, to add a new item, do as follows:

    getInformacionAduanera().add(newItem);
 

Objects of the following type(s) are allowed in the list TInformacionAduanera


getParte

public List<VentaVehiculos.Parte> getParte()
Gets the value of the parte property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the parte property.

For example, to add a new item, do as follows:

    getParte().add(newItem);
 

Objects of the following type(s) are allowed in the list VentaVehiculos.Parte


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

getClaveVehicular

public String getClaveVehicular()
Gets the value of the claveVehicular property.

Returns:
possible object is String

setClaveVehicular

public void setClaveVehicular(String value)
Sets the value of the claveVehicular property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.