mx.bigdata.sat.common.detallista.schema
Class Detallista.AllowanceCharge.MonetaryAmountOrPercentage

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

public static class Detallista.AllowanceCharge.MonetaryAmountOrPercentage
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="rate" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="percentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                 </sequence>
                 <attribute name="base" use="required">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                       <length value="13"/>
                       <enumeration value="INVOICE_VALUE"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate
          Java class for anonymous complex type.
 
Field Summary
protected  Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate rate
           
 
Constructor Summary
Detallista.AllowanceCharge.MonetaryAmountOrPercentage()
           
 
Method Summary
 Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate getRate()
          Gets the value of the rate property.
 void setRate(Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate value)
          Sets the value of the rate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rate

protected Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate rate
Constructor Detail

Detallista.AllowanceCharge.MonetaryAmountOrPercentage

public Detallista.AllowanceCharge.MonetaryAmountOrPercentage()
Method Detail

getRate

public Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate getRate()
Gets the value of the rate property.

Returns:
possible object is Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate

setRate

public void setRate(Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate value)
Sets the value of the rate property.

Parameters:
value - allowed object is Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate


Copyright © 2010-2013. All Rights Reserved.