mx.bigdata.sat.common.detallista.schema
Class Detallista.LineItem.TotalLineAmount

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

public static class Detallista.LineItem.TotalLineAmount
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="grossAmount" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="netAmount">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Detallista.LineItem.TotalLineAmount.GrossAmount
          Java class for anonymous complex type.
static class Detallista.LineItem.TotalLineAmount.NetAmount
          Java class for anonymous complex type.
 
Field Summary
protected  Detallista.LineItem.TotalLineAmount.GrossAmount grossAmount
           
protected  Detallista.LineItem.TotalLineAmount.NetAmount netAmount
           
 
Constructor Summary
Detallista.LineItem.TotalLineAmount()
           
 
Method Summary
 Detallista.LineItem.TotalLineAmount.GrossAmount getGrossAmount()
          Gets the value of the grossAmount property.
 Detallista.LineItem.TotalLineAmount.NetAmount getNetAmount()
          Gets the value of the netAmount property.
 void setGrossAmount(Detallista.LineItem.TotalLineAmount.GrossAmount value)
          Sets the value of the grossAmount property.
 void setNetAmount(Detallista.LineItem.TotalLineAmount.NetAmount value)
          Sets the value of the netAmount property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

grossAmount

protected Detallista.LineItem.TotalLineAmount.GrossAmount grossAmount

netAmount

protected Detallista.LineItem.TotalLineAmount.NetAmount netAmount
Constructor Detail

Detallista.LineItem.TotalLineAmount

public Detallista.LineItem.TotalLineAmount()
Method Detail

getGrossAmount

public Detallista.LineItem.TotalLineAmount.GrossAmount getGrossAmount()
Gets the value of the grossAmount property.

Returns:
possible object is Detallista.LineItem.TotalLineAmount.GrossAmount

setGrossAmount

public void setGrossAmount(Detallista.LineItem.TotalLineAmount.GrossAmount value)
Sets the value of the grossAmount property.

Parameters:
value - allowed object is Detallista.LineItem.TotalLineAmount.GrossAmount

getNetAmount

public Detallista.LineItem.TotalLineAmount.NetAmount getNetAmount()
Gets the value of the netAmount property.

Returns:
possible object is Detallista.LineItem.TotalLineAmount.NetAmount

setNetAmount

public void setNetAmount(Detallista.LineItem.TotalLineAmount.NetAmount value)
Sets the value of the netAmount property.

Parameters:
value - allowed object is Detallista.LineItem.TotalLineAmount.NetAmount


Copyright © 2010-2013. All Rights Reserved.