fr.etai.xat2v2.obj
Class Value

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

public class Value
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Value

public Value()
Method Detail

getAmount

public String getAmount()
Gets the value of the amount property.

Returns:
possible object is String

setAmount

public void setAmount(String value)
Sets the value of the amount property.

Parameters:
value - allowed object is String

getAmountOf

public List<Classification> getAmountOf()
Gets the value of the amountOf property.

Returns:
possible object is ClassificationListType

setAmountOf

public void setAmountOf(List<Classification> value)
Sets the value of the amountOf property.

Parameters:
value - allowed object is ClassificationListType

addAmountOf

public void addAmountOf(Classification aOf)

getMeasurement

public List<Classification> getMeasurement()
Gets the value of the measurement property.

Returns:
possible object is ClassificationListType

setMeasurement

public void setMeasurement(List<Classification> value)
Sets the value of the measurement property.

Parameters:
value - allowed object is ClassificationListType

addMeasurement

public void addMeasurement(Classification meas)

getIncludeDeduction

public List<Classification> getIncludeDeduction()
Gets the value of the includeDeduction property.

Returns:
possible object is ClassificationListType

setIncludeDeduction

public void setIncludeDeduction(List<Classification> value)
Sets the value of the includeDeduction property.

Parameters:
value - allowed object is ClassificationListType

addIncludeDeduction

public void addIncludeDeduction(Classification id)

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getValueType

public String getValueType()
Gets the value of the valueType property.

Returns:
possible object is String

setValueType

public void setValueType(String value)
Sets the value of the valueType property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.