|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Settings
public class Settings
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>
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 |
---|
public Settings()
Method Detail |
---|
public List<LaborCostRate> getLaborList()
LaborListType
public void setLaborList(List<LaborCostRate> value)
value
- allowed object is
LaborListType
public void addLabor(LaborCostRate labor)
public List<VATRate> getVATList()
VATListType
public void setVATList(List<VATRate> value)
value
- allowed object is
VATListType
public void addVAT(VATRate vat)
public List<Discount> getDiscountList()
DiscountListType
public void setDiscountList(List<Discount> value)
value
- allowed object is
DiscountListType
public void addDiscount(Discount discount)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |