Package org.cxml
Class ContractItem
- java.lang.Object
-
- org.cxml.ContractItem
-
public class ContractItem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ContractItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.ItemIDgetItemID()Gets the value of the itemID property.UnitPricegetUnitPrice()Gets the value of the unitPrice property.voidsetItemID(ItemID value)Sets the value of the itemID property.voidsetUnitPrice(UnitPrice value)Sets the value of the unitPrice property.
-
-
-
Method Detail
-
getItemID
public ItemID getItemID()
Gets the value of the itemID property.- Returns:
- possible object is
ItemID
-
setItemID
public void setItemID(ItemID value)
Sets the value of the itemID property.- Parameters:
value- allowed object isItemID
-
getUnitPrice
public UnitPrice getUnitPrice()
Gets the value of the unitPrice property.- Returns:
- possible object is
UnitPrice
-
setUnitPrice
public void setUnitPrice(UnitPrice value)
Sets the value of the unitPrice property.- Parameters:
value- allowed object isUnitPrice
-
getExtrinsic
public java.util.List<Extrinsic> getExtrinsic()
Gets the value of the extrinsic property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the extrinsic property.For example, to add a new item, do as follows:
getExtrinsic().add(newItem);Objects of the following type(s) are allowed in the list
Extrinsic
-
-