|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Value
fr.etai.xat2v2.obj.Quantity
public class Quantity
QuantityType indicates a quantity.
Java class for RecoverVATType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuantityType"> <complexContent> <extension base="{http://xat2.etai.fr}ValueType"> <attribute name="dictionary" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
Quantity()
|
Method Summary | |
---|---|
String |
getDictionary()
Gets the value of the dictionary property. |
String |
getRef()
Gets the value of the ref property. |
void |
setDictionary(String value)
Sets the value of the dictionary property. |
void |
setRef(String value)
Sets the value of the ref property. |
Methods inherited from class fr.etai.xat2v2.obj.Value |
---|
addAmountOf, addIncludeDeduction, addMeasurement, getAmount, getAmountOf, getIncludeDeduction, getMeasurement, getSource, getValueType, setAmount, setAmountOf, setIncludeDeduction, setMeasurement, setSource, setValueType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Quantity()
Method Detail |
---|
public String getDictionary()
String
public void setDictionary(String value)
value
- allowed object is
String
public String getRef()
String
public void setRef(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |