fr.etai.xat2v2.obj
Class Settings

java.lang.Object
  extended by fr.etai.xat2v2.obj.Settings
All Implemented Interfaces:
Serializable

public class Settings
extends Object
implements Serializable

Settings indicates the LaborList, VATList and DiscountList available in the Shuttle. An element of the Shuttle can refer to any of this information.

Java class for SettingsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SettingsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="labor-list" type="{http://xat2.etai.fr}LaborListType" minOccurs="0"/>
         <element name="VAT-list" type="{http://xat2.etai.fr}VATListType" minOccurs="0"/>
         <element name="discount-list" type="{http://xat2.etai.fr}DiscountListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Settings()
           
 
Method Summary
 void addDiscount(Discount discount)
           
 void addLabor(LaborCostRate labor)
           
 void addVAT(VATRate vat)
           
 List<Discount> getDiscountList()
          Gets the value of the discountList property.
 List<LaborCostRate> getLaborList()
          Gets the value of the laborList property.
 List<VATRate> getVATList()
          Gets the value of the vatList property.
 void setDiscountList(List<Discount> value)
          Sets the value of the discountList property.
 void setLaborList(List<LaborCostRate> value)
          Sets the value of the laborList property.
 void setVATList(List<VATRate> value)
          Sets the value of the vatList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Settings

public Settings()
Method Detail

getLaborList

public List<LaborCostRate> getLaborList()
Gets the value of the laborList property.

Returns:
possible object is LaborListType

setLaborList

public void setLaborList(List<LaborCostRate> value)
Sets the value of the laborList property.

Parameters:
value - allowed object is LaborListType

addLabor

public void addLabor(LaborCostRate labor)

getVATList

public List<VATRate> getVATList()
Gets the value of the vatList property.

Returns:
possible object is VATListType

setVATList

public void setVATList(List<VATRate> value)
Sets the value of the vatList property.

Parameters:
value - allowed object is VATListType

addVAT

public void addVAT(VATRate vat)

getDiscountList

public List<Discount> getDiscountList()
Gets the value of the discountList property.

Returns:
possible object is DiscountListType

setDiscountList

public void setDiscountList(List<Discount> value)
Sets the value of the discountList property.

Parameters:
value - allowed object is DiscountListType

addDiscount

public void addDiscount(Discount discount)


Copyright © 2012. All Rights Reserved.