public static class Detallista.TotalAllowanceCharge 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="specialServicesType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <minLength value="1"/> <maxLength value="3"/> <enumeration value="AA"/> <enumeration value="ADS"/> <enumeration value="ADO"/> <enumeration value="ABZ"/> <enumeration value="DA"/> <enumeration value="EAA"/> <enumeration value="PI"/> <enumeration value="TAE"/> <enumeration value="SAB"/> <enumeration value="RAA"/> <enumeration value="PAD"/> <enumeration value="FG"/> <enumeration value="FA"/> <enumeration value="TD"/> <enumeration value="TS"/> <enumeration value="TX"/> <enumeration value="ZZZ"/> <enumeration value="VAB"/> <enumeration value="UM"/> <enumeration value="DI"/> <enumeration value="ADT"/> <enumeration value="AJ"/> <enumeration value="CAC"/> <enumeration value="COD"/> <enumeration value="EAB"/> <enumeration value="FC"/> <enumeration value="FI"/> <enumeration value="HD"/> <enumeration value="QD"/> </restriction> </simpleType> </element> <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> <attribute name="allowanceOrChargeType" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <minLength value="1"/> <maxLength value="9"/> <enumeration value="ALLOWANCE"/> <enumeration value="CHARGE"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
allowanceOrChargeType |
protected BigDecimal |
amount |
protected String |
specialServicesType |
Constructor and Description |
---|
TotalAllowanceCharge() |
Modifier and Type | Method and Description |
---|---|
String |
getAllowanceOrChargeType()
Gets the value of the allowanceOrChargeType property.
|
BigDecimal |
getAmount()
Gets the value of the amount property.
|
String |
getSpecialServicesType()
Gets the value of the specialServicesType property.
|
void |
setAllowanceOrChargeType(String value)
Sets the value of the allowanceOrChargeType property.
|
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setSpecialServicesType(String value)
Sets the value of the specialServicesType property.
|
protected String specialServicesType
protected BigDecimal amount
protected String allowanceOrChargeType
public String getSpecialServicesType()
String
public void setSpecialServicesType(String value)
value
- allowed object is
String
public BigDecimal getAmount()
BigDecimal
public void setAmount(BigDecimal value)
value
- allowed object is
BigDecimal
public String getAllowanceOrChargeType()
String
Copyright © 2010–2018. All rights reserved.