public class ItemIn
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected BillTo |
billTo |
protected Comments |
comments |
protected java.lang.String |
compositeItemType |
protected java.util.List<Contact> |
contact |
protected java.util.List<Distribution> |
distribution |
protected java.lang.String |
itemClassification |
protected ItemDetail |
itemDetail |
protected ItemID |
itemID |
protected java.lang.String |
itemType |
protected java.lang.String |
lineNumber |
protected java.lang.String |
parentLineNumber |
protected Path |
path |
protected java.lang.String |
quantity |
protected Shipping |
shipping |
protected ShipTo |
shipTo |
protected SpendDetail |
spendDetail |
protected java.util.List<java.lang.Object> |
supplierIDOrSupplierList |
protected Tax |
tax |
| Constructor and Description |
|---|
ItemIn() |
| Modifier and Type | Method and Description |
|---|---|
BillTo |
getBillTo()
Gets the value of the billTo property.
|
Comments |
getComments()
Gets the value of the comments property.
|
java.lang.String |
getCompositeItemType()
Gets the value of the compositeItemType property.
|
java.util.List<Contact> |
getContact()
Gets the value of the contact property.
|
java.util.List<Distribution> |
getDistribution()
Gets the value of the distribution property.
|
java.lang.String |
getItemClassification()
Gets the value of the itemClassification property.
|
ItemDetail |
getItemDetail()
Gets the value of the itemDetail property.
|
ItemID |
getItemID()
Gets the value of the itemID property.
|
java.lang.String |
getItemType()
Gets the value of the itemType property.
|
java.lang.String |
getLineNumber()
Gets the value of the lineNumber property.
|
java.lang.String |
getParentLineNumber()
Gets the value of the parentLineNumber property.
|
Path |
getPath()
Gets the value of the path property.
|
java.lang.String |
getQuantity()
Gets the value of the quantity property.
|
Shipping |
getShipping()
Gets the value of the shipping property.
|
ShipTo |
getShipTo()
Gets the value of the shipTo property.
|
SpendDetail |
getSpendDetail()
Gets the value of the spendDetail property.
|
java.util.List<java.lang.Object> |
getSupplierIDOrSupplierList()
Gets the value of the supplierIDOrSupplierList property.
|
Tax |
getTax()
Gets the value of the tax property.
|
void |
setBillTo(BillTo value)
Sets the value of the billTo property.
|
void |
setComments(Comments value)
Sets the value of the comments property.
|
void |
setCompositeItemType(java.lang.String value)
Sets the value of the compositeItemType property.
|
void |
setItemClassification(java.lang.String value)
Sets the value of the itemClassification property.
|
void |
setItemDetail(ItemDetail value)
Sets the value of the itemDetail property.
|
void |
setItemID(ItemID value)
Sets the value of the itemID property.
|
void |
setItemType(java.lang.String value)
Sets the value of the itemType property.
|
void |
setLineNumber(java.lang.String value)
Sets the value of the lineNumber property.
|
void |
setParentLineNumber(java.lang.String value)
Sets the value of the parentLineNumber property.
|
void |
setPath(Path value)
Sets the value of the path property.
|
void |
setQuantity(java.lang.String value)
Sets the value of the quantity property.
|
void |
setShipping(Shipping value)
Sets the value of the shipping property.
|
void |
setShipTo(ShipTo value)
Sets the value of the shipTo property.
|
void |
setSpendDetail(SpendDetail value)
Sets the value of the spendDetail property.
|
void |
setTax(Tax value)
Sets the value of the tax property.
|
protected java.lang.String quantity
protected java.lang.String lineNumber
protected java.lang.String parentLineNumber
protected java.lang.String itemType
protected java.lang.String compositeItemType
protected java.lang.String itemClassification
protected ItemID itemID
protected Path path
protected ItemDetail itemDetail
protected java.util.List<java.lang.Object> supplierIDOrSupplierList
protected ShipTo shipTo
protected Shipping shipping
protected Tax tax
protected SpendDetail spendDetail
protected java.util.List<Distribution> distribution
protected java.util.List<Contact> contact
protected Comments comments
protected BillTo billTo
public java.lang.String getQuantity()
Stringpublic void setQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLineNumber()
Stringpublic void setLineNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParentLineNumber()
Stringpublic void setParentLineNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getItemType()
Stringpublic void setItemType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompositeItemType()
Stringpublic void setCompositeItemType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getItemClassification()
Stringpublic void setItemClassification(java.lang.String value)
value - allowed object is
Stringpublic ItemID getItemID()
ItemIDpublic void setItemID(ItemID value)
value - allowed object is
ItemIDpublic void setPath(Path value)
value - allowed object is
Pathpublic ItemDetail getItemDetail()
ItemDetailpublic void setItemDetail(ItemDetail value)
value - allowed object is
ItemDetailpublic java.util.List<java.lang.Object> getSupplierIDOrSupplierList()
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 supplierIDOrSupplierList property.
For example, to add a new item, do as follows:
getSupplierIDOrSupplierList().add(newItem);
Objects of the following type(s) are allowed in the list
SupplierID
SupplierList
public ShipTo getShipTo()
ShipTopublic void setShipTo(ShipTo value)
value - allowed object is
ShipTopublic Shipping getShipping()
Shippingpublic void setShipping(Shipping value)
value - allowed object is
Shippingpublic void setTax(Tax value)
value - allowed object is
Taxpublic SpendDetail getSpendDetail()
SpendDetailpublic void setSpendDetail(SpendDetail value)
value - allowed object is
SpendDetailpublic java.util.List<Distribution> getDistribution()
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 distribution property.
For example, to add a new item, do as follows:
getDistribution().add(newItem);
Objects of the following type(s) are allowed in the list
Distribution
public java.util.List<Contact> getContact()
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 contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public Comments getComments()
Commentspublic void setComments(Comments value)
value - allowed object is
Commentspublic BillTo getBillTo()
BillToCopyright © 2018 SAP SE. All Rights Reserved.