fr.etai.xat2v2.obj
Class Quantity

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

public class Quantity
extends Value

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>
 

See Also:
Serialized Form

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

Quantity

public Quantity()
Method Detail

getDictionary

public String getDictionary()
Gets the value of the dictionary property.

Returns:
possible object is String

setDictionary

public void setDictionary(String value)
Sets the value of the dictionary property.

Parameters:
value - allowed object is String

getRef

public String getRef()
Gets the value of the ref property.

Returns:
possible object is String

setRef

public void setRef(String value)
Sets the value of the ref property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.