|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.detallista.schema.Detallista.TotalAllowanceCharge
public static class Detallista.TotalAllowanceCharge
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>
| Field Summary | |
|---|---|
protected String |
allowanceOrChargeType
|
protected BigDecimal |
amount
|
protected String |
specialServicesType
|
| Constructor Summary | |
|---|---|
Detallista.TotalAllowanceCharge()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String specialServicesType
protected BigDecimal amount
protected String allowanceOrChargeType
| Constructor Detail |
|---|
public Detallista.TotalAllowanceCharge()
| Method Detail |
|---|
public String getSpecialServicesType()
Stringpublic void setSpecialServicesType(String value)
value - allowed object is
Stringpublic BigDecimal getAmount()
BigDecimalpublic void setAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic String getAllowanceOrChargeType()
Stringpublic void setAllowanceOrChargeType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||