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>
Modifier and Type | Class and Description |
---|---|
static class |
VentaVehiculos.Parte
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
claveVehicular |
protected List<TInformacionAduanera> |
informacionAduanera |
protected List<VentaVehiculos.Parte> |
parte |
protected String |
version |
Constructor and Description |
---|
VentaVehiculos() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected List<TInformacionAduanera> informacionAduanera
protected List<VentaVehiculos.Parte> parte
protected String version
protected String claveVehicular
public List<TInformacionAduanera> getInformacionAduanera()
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
public List<VentaVehiculos.Parte> getParte()
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
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getClaveVehicular()
String
Copyright © 2010–2018. All rights reserved.