public static class Aerolineas.OtrosCargos.Cargo 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"> <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>
Modifier and Type | Field and Description |
---|---|
protected String |
codigoCargo |
protected BigDecimal |
importe |
Constructor and Description |
---|
Cargo() |
Modifier and Type | Method and Description |
---|---|
String |
getCodigoCargo()
Gets the value of the codigoCargo property.
|
BigDecimal |
getImporte()
Gets the value of the importe property.
|
void |
setCodigoCargo(String value)
Sets the value of the codigoCargo property.
|
void |
setImporte(BigDecimal value)
Sets the value of the importe property.
|
protected String codigoCargo
protected BigDecimal importe
public String getCodigoCargo()
String
public void setCodigoCargo(String value)
value
- allowed object is
String
public BigDecimal getImporte()
BigDecimal
public void setImporte(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.