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

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

public static class Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage.RatePerUnit
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="amountPerUnit">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="5"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String amountPerUnit
           
 
Constructor Summary
Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage.RatePerUnit()
           
 
Method Summary
 String getAmountPerUnit()
          Gets the value of the amountPerUnit property.
 void setAmountPerUnit(String value)
          Sets the value of the amountPerUnit property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

amountPerUnit

protected String amountPerUnit
Constructor Detail

Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage.RatePerUnit

public Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage.RatePerUnit()
Method Detail

getAmountPerUnit

public String getAmountPerUnit()
Gets the value of the amountPerUnit property.

Returns:
possible object is String

setAmountPerUnit

public void setAmountPerUnit(String value)
Sets the value of the amountPerUnit property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.