mx.bigdata.sat.common.detallista.schema
Class Detallista.TotalAllowanceCharge

java.lang.Object
  extended by mx.bigdata.sat.common.detallista.schema.Detallista.TotalAllowanceCharge
Enclosing class:
Detallista

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>
 


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

specialServicesType

protected String specialServicesType

amount

protected BigDecimal amount

allowanceOrChargeType

protected String allowanceOrChargeType
Constructor Detail

Detallista.TotalAllowanceCharge

public Detallista.TotalAllowanceCharge()
Method Detail

getSpecialServicesType

public String getSpecialServicesType()
Gets the value of the specialServicesType property.

Returns:
possible object is String

setSpecialServicesType

public void setSpecialServicesType(String value)
Sets the value of the specialServicesType property.

Parameters:
value - allowed object is String

getAmount

public BigDecimal getAmount()
Gets the value of the amount property.

Returns:
possible object is BigDecimal

setAmount

public void setAmount(BigDecimal value)
Sets the value of the amount property.

Parameters:
value - allowed object is BigDecimal

getAllowanceOrChargeType

public String getAllowanceOrChargeType()
Gets the value of the allowanceOrChargeType property.

Returns:
possible object is String

setAllowanceOrChargeType

public void setAllowanceOrChargeType(String value)
Sets the value of the allowanceOrChargeType property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.