public static class Aerolineas.OtrosCargos 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
Aerolineas.OtrosCargos.Cargo
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Aerolineas.OtrosCargos.Cargo> |
cargo |
protected BigDecimal |
totalCargos |
Constructor and Description |
---|
OtrosCargos() |
Modifier and Type | Method and Description |
---|---|
List<Aerolineas.OtrosCargos.Cargo> |
getCargo()
Gets the value of the cargo property.
|
BigDecimal |
getTotalCargos()
Gets the value of the totalCargos property.
|
void |
setTotalCargos(BigDecimal value)
Sets the value of the totalCargos property.
|
protected List<Aerolineas.OtrosCargos.Cargo> cargo
protected BigDecimal totalCargos
public List<Aerolineas.OtrosCargos.Cargo> getCargo()
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 cargo property.
For example, to add a new item, do as follows:
getCargo().add(newItem);
Objects of the following type(s) are allowed in the list
Aerolineas.OtrosCargos.Cargo
public BigDecimal getTotalCargos()
BigDecimal
public void setTotalCargos(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.