public class Aerolineas 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="OtrosCargos" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Cargo" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="CodigoCargo" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="8"/> </restriction> </simpleType> </attribute> <attribute name="Importe" use="required" type="{http://www.sat.gob.mx/aerolineas}t_Importe" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="TotalCargos" use="required" type="{http://www.sat.gob.mx/aerolineas}t_Importe" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0" /> <attribute name="TUA" use="required" type="{http://www.sat.gob.mx/aerolineas}t_Importe" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Aerolineas.OtrosCargos
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Aerolineas.OtrosCargos |
otrosCargos |
protected BigDecimal |
tua |
protected String |
version |
Constructor and Description |
---|
Aerolineas() |
Modifier and Type | Method and Description |
---|---|
Aerolineas.OtrosCargos |
getOtrosCargos()
Gets the value of the otrosCargos property.
|
BigDecimal |
getTUA()
Gets the value of the tua property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setOtrosCargos(Aerolineas.OtrosCargos value)
Sets the value of the otrosCargos property.
|
void |
setTUA(BigDecimal value)
Sets the value of the tua property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected Aerolineas.OtrosCargos otrosCargos
protected String version
protected BigDecimal tua
public Aerolineas.OtrosCargos getOtrosCargos()
Aerolineas.OtrosCargos
public void setOtrosCargos(Aerolineas.OtrosCargos value)
value
- allowed object is
Aerolineas.OtrosCargos
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public BigDecimal getTUA()
BigDecimal
public void setTUA(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.