|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.ventavehiculos.schema.VentaVehiculos
public class VentaVehiculos
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 |
|---|
protected List<TInformacionAduanera> informacionAduanera
protected List<VentaVehiculos.Parte> parte
protected String version
protected String claveVehicular
| Constructor Detail |
|---|
public VentaVehiculos()
| Method Detail |
|---|
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()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getClaveVehicular()
Stringpublic void setClaveVehicular(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||