|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Value
public class Value
Value is a standard object. It can be found in many objects. Its goal is to describe the amount of a value and its meaning. A Value specify the value of a price or an amount �.
Java class for ValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="amount" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="amount-of" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="measurement" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="include-deduction" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> </sequence> <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value-type" type="{http://www.w3.org/2001/XMLSchema}string /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Value()
|
Method Summary | |
---|---|
void |
addAmountOf(Classification aOf)
|
void |
addIncludeDeduction(Classification id)
|
void |
addMeasurement(Classification meas)
|
String |
getAmount()
Gets the value of the amount property. |
List<Classification> |
getAmountOf()
Gets the value of the amountOf property. |
List<Classification> |
getIncludeDeduction()
Gets the value of the includeDeduction property. |
List<Classification> |
getMeasurement()
Gets the value of the measurement property. |
String |
getSource()
Gets the value of the source property. |
String |
getValueType()
Gets the value of the valueType property. |
void |
setAmount(String value)
Sets the value of the amount property. |
void |
setAmountOf(List<Classification> value)
Sets the value of the amountOf property. |
void |
setIncludeDeduction(List<Classification> value)
Sets the value of the includeDeduction property. |
void |
setMeasurement(List<Classification> value)
Sets the value of the measurement property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setValueType(String value)
Sets the value of the valueType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Value()
Method Detail |
---|
public String getAmount()
String
public void setAmount(String value)
value
- allowed object is
String
public List<Classification> getAmountOf()
ClassificationListType
public void setAmountOf(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addAmountOf(Classification aOf)
public List<Classification> getMeasurement()
ClassificationListType
public void setMeasurement(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addMeasurement(Classification meas)
public List<Classification> getIncludeDeduction()
ClassificationListType
public void setIncludeDeduction(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addIncludeDeduction(Classification id)
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public String getValueType()
String
public void setValueType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |