|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Price
public class Price
Price permits to give all information on a price, such as the value, the debtor,... and so on. *
Java class for PriceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="breakdown-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
<element name="value-list" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/>
<element name="debtor" type="{http://xat2.etai.fr}DebtorType" minOccurs="0"/>
<element name="date-list" type="{http://xat2.etai.fr}DateListType" minOccurs="0"/>
</sequence>
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="VAT-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="labor-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="part-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="place-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="impact-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="bank-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="discount-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Price()
|
|
| Method Summary | |
|---|---|
void |
addBreakdown(Classification breakdown)
|
void |
addDate(ExplicitDate date)
|
void |
addValue(Value value)
|
void |
beforeMarshal(Marshaller m)
|
Bank |
getBankInternalId()
Gets the value of the bankInternalId property. |
List<Classification> |
getBreakdownList()
Gets the value of the breakdownList property. |
List<ExplicitDate> |
getDateList()
Gets the value of the dateList property. |
Debtor |
getDebtor()
Gets the value of the debtor property. |
Discount |
getDiscountInternalId()
Gets the value of the discountInternalId property. |
Impact |
getImpactInternalId()
Gets the value of the impactInternalId property. |
LaborCostRate |
getLaborInternalId()
Gets the value of the laborInternalId property. |
Part |
getPartInternalId()
Gets the value of the partInternalId property. |
Place |
getPlaceInternalId()
Gets the value of the placeInternalId property. |
String |
getSource()
Gets the value of the source property. |
List<Value> |
getValueList()
Gets the value of the valueList property. |
VATRate |
getVATInternalId()
Gets the value of the vatInternalId property. |
void |
setBankInternalId(Bank value)
Sets the value of the bankInternalId property. |
void |
setBreakdownList(List<Classification> value)
Sets the value of the breakdownList property. |
void |
setDateList(List<ExplicitDate> value)
Sets the value of the dateList property. |
void |
setDebtor(Debtor value)
Sets the value of the debtor property. |
void |
setDiscountInternalId(Discount value)
Sets the value of the discountInternalId property. |
void |
setImpactInternalId(Impact value)
Sets the value of the impactInternalId property. |
void |
setLaborInternalId(LaborCostRate value)
Sets the value of the laborInternalId property. |
void |
setPartInternalId(Part value)
Sets the value of the partInternalId property. |
void |
setPlaceInternalId(Place value)
Sets the value of the placeInternalId property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setValueList(List<Value> value)
Sets the value of the valueList property. |
void |
setVATInternalId(VATRate value)
Sets the value of the vatInternalId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Price()
| Method Detail |
|---|
public List<Classification> getBreakdownList()
ClassificationListType public void setBreakdownList(List<Classification> value)
value - allowed object is
ClassificationListType public void addBreakdown(Classification breakdown)
public List<Value> getValueList()
ValueListType public void setValueList(List<Value> value)
value - allowed object is
ValueListType public void addValue(Value value)
public Debtor getDebtor()
Debtorpublic void setDebtor(Debtor value)
value - allowed object is
Debtorpublic List<ExplicitDate> getDateList()
DateListType public void setDateList(List<ExplicitDate> value)
value - allowed object is
DateListType public void addDate(ExplicitDate date)
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic VATRate getVATInternalId()
Objectpublic void setVATInternalId(VATRate value)
value - allowed object is
Objectpublic LaborCostRate getLaborInternalId()
Objectpublic void setLaborInternalId(LaborCostRate value)
value - allowed object is
Objectpublic Part getPartInternalId()
Objectpublic void setPartInternalId(Part value)
value - allowed object is
Objectpublic Place getPlaceInternalId()
Objectpublic void setPlaceInternalId(Place value)
value - allowed object is
Objectpublic Impact getImpactInternalId()
Objectpublic void setImpactInternalId(Impact value)
value - allowed object is
Objectpublic Bank getBankInternalId()
Objectpublic void setBankInternalId(Bank value)
value - allowed object is
Objectpublic Discount getDiscountInternalId()
Objectpublic void setDiscountInternalId(Discount value)
value - allowed object is
Objectpublic void beforeMarshal(Marshaller m)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||