public class ContractItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extrinsic> |
extrinsic |
protected ItemID |
itemID |
protected UnitPrice |
unitPrice |
| Constructor and Description |
|---|
ContractItem() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
ItemID |
getItemID()
Gets the value of the itemID property.
|
UnitPrice |
getUnitPrice()
Gets the value of the unitPrice property.
|
void |
setItemID(ItemID value)
Sets the value of the itemID property.
|
void |
setUnitPrice(UnitPrice value)
Sets the value of the unitPrice property.
|
protected ItemID itemID
protected UnitPrice unitPrice
protected java.util.List<Extrinsic> extrinsic
public ItemID getItemID()
ItemIDpublic void setItemID(ItemID value)
value - allowed object is
ItemIDpublic UnitPrice getUnitPrice()
UnitPricepublic void setUnitPrice(UnitPrice value)
value - allowed object is
UnitPricepublic java.util.List<Extrinsic> getExtrinsic()
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 set method 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
Copyright © 2018 SAP SE. All Rights Reserved.