Class ItemIn
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Batchprotected BillToprotected Commentsprotected Stringprotected List<Distribution>protected Stringprotected Stringprotected ItemDetailprotected ItemIDprotected Stringprotected Stringprotected Stringprotected Stringprotected Pathprotected Periodprotected Stringprotected Stringprotected List<ScheduleLine>protected Shippingprotected ShipToprotected SpendDetailprotected Tax -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBatch()Gets the value of the batch property.Gets the value of the billTo property.Gets the value of the comments property.Gets the value of the compositeItemType property.Gets the value of the contact property.Gets the value of the dateInfo property.Gets the value of the distribution property.Gets the value of the extrinsic property.Gets the value of the itemCategory property.Gets the value of the itemClassification property.Gets the value of the itemDetail property.Gets the value of the itemID property.Gets the value of the itemType property.Gets the value of the lineNumber property.Gets the value of the openQuantity property.Gets the value of the parentLineNumber property.getPath()Gets the value of the path property.Gets the value of the period property.Gets the value of the promisedQuantity property.Gets the value of the quantity property.Gets the value of the scheduleLine property.Gets the value of the shipping property.Gets the value of the shipTo property.Gets the value of the spendDetail property.Gets the value of the supplierIDOrSupplierList property.getTax()Gets the value of the tax property.voidSets the value of the batch property.voidSets the value of the billTo property.voidsetComments(Comments value) Sets the value of the comments property.voidsetCompositeItemType(String value) Sets the value of the compositeItemType property.voidsetItemCategory(String value) Sets the value of the itemCategory property.voidsetItemClassification(String value) Sets the value of the itemClassification property.voidsetItemDetail(ItemDetail value) Sets the value of the itemDetail property.voidSets the value of the itemID property.voidsetItemType(String value) Sets the value of the itemType property.voidsetLineNumber(String value) Sets the value of the lineNumber property.voidsetOpenQuantity(String value) Sets the value of the openQuantity property.voidsetParentLineNumber(String value) Sets the value of the parentLineNumber property.voidSets the value of the path property.voidSets the value of the period property.voidsetPromisedQuantity(String value) Sets the value of the promisedQuantity property.voidsetQuantity(String value) Sets the value of the quantity property.voidsetShipping(Shipping value) Sets the value of the shipping property.voidSets the value of the shipTo property.voidsetSpendDetail(SpendDetail value) Sets the value of the spendDetail property.voidSets the value of the tax property.
-
Field Details
-
quantity
-
openQuantity
-
promisedQuantity
-
lineNumber
-
parentLineNumber
-
itemType
-
compositeItemType
-
itemClassification
-
itemCategory
-
itemID
-
path
-
itemDetail
-
supplierIDOrSupplierList
-
shipTo
-
shipping
-
tax
-
spendDetail
-
distribution
-
contact
-
comments
-
scheduleLine
-
billTo
-
batch
-
period
-
dateInfo
-
extrinsic
-
-
Constructor Details
-
ItemIn
public ItemIn()
-
-
Method Details
-
getQuantity
Gets the value of the quantity property.- Returns:
- possible object is
String
-
setQuantity
Sets the value of the quantity property.- Parameters:
value- allowed object isString
-
getOpenQuantity
Gets the value of the openQuantity property.- Returns:
- possible object is
String
-
setOpenQuantity
Sets the value of the openQuantity property.- Parameters:
value- allowed object isString
-
getPromisedQuantity
Gets the value of the promisedQuantity property.- Returns:
- possible object is
String
-
setPromisedQuantity
Sets the value of the promisedQuantity property.- Parameters:
value- allowed object isString
-
getLineNumber
Gets the value of the lineNumber property.- Returns:
- possible object is
String
-
setLineNumber
Sets the value of the lineNumber property.- Parameters:
value- allowed object isString
-
getParentLineNumber
Gets the value of the parentLineNumber property.- Returns:
- possible object is
String
-
setParentLineNumber
Sets the value of the parentLineNumber property.- Parameters:
value- allowed object isString
-
getItemType
Gets the value of the itemType property.- Returns:
- possible object is
String
-
setItemType
Sets the value of the itemType property.- Parameters:
value- allowed object isString
-
getCompositeItemType
Gets the value of the compositeItemType property.- Returns:
- possible object is
String
-
setCompositeItemType
Sets the value of the compositeItemType property.- Parameters:
value- allowed object isString
-
getItemClassification
Gets the value of the itemClassification property.- Returns:
- possible object is
String
-
setItemClassification
Sets the value of the itemClassification property.- Parameters:
value- allowed object isString
-
getItemCategory
Gets the value of the itemCategory property.- Returns:
- possible object is
String
-
setItemCategory
Sets the value of the itemCategory property.- Parameters:
value- allowed object isString
-
getItemID
Gets the value of the itemID property.- Returns:
- possible object is
ItemID
-
setItemID
Sets the value of the itemID property.- Parameters:
value- allowed object isItemID
-
getPath
Gets the value of the path property.- Returns:
- possible object is
Path
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isPath
-
getItemDetail
Gets the value of the itemDetail property.- Returns:
- possible object is
ItemDetail
-
setItemDetail
Sets the value of the itemDetail property.- Parameters:
value- allowed object isItemDetail
-
getSupplierIDOrSupplierList
Gets the value of the supplierIDOrSupplierList 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 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
SupplierIDSupplierList -
getShipTo
Gets the value of the shipTo property.- Returns:
- possible object is
ShipTo
-
setShipTo
Sets the value of the shipTo property.- Parameters:
value- allowed object isShipTo
-
getShipping
Gets the value of the shipping property.- Returns:
- possible object is
Shipping
-
setShipping
Sets the value of the shipping property.- Parameters:
value- allowed object isShipping
-
getTax
Gets the value of the tax property.- Returns:
- possible object is
Tax
-
setTax
Sets the value of the tax property.- Parameters:
value- allowed object isTax
-
getSpendDetail
Gets the value of the spendDetail property.- Returns:
- possible object is
SpendDetail
-
setSpendDetail
Sets the value of the spendDetail property.- Parameters:
value- allowed object isSpendDetail
-
getDistribution
Gets the value of the distribution 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 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 -
getContact
Gets the value of the contact 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 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 -
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
getScheduleLine
Gets the value of the scheduleLine 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 scheduleLine property.For example, to add a new item, do as follows:
getScheduleLine().add(newItem);Objects of the following type(s) are allowed in the list
ScheduleLine -
getBillTo
Gets the value of the billTo property.- Returns:
- possible object is
BillTo
-
setBillTo
Sets the value of the billTo property.- Parameters:
value- allowed object isBillTo
-
getBatch
Gets the value of the batch property.- Returns:
- possible object is
Batch
-
setBatch
Sets the value of the batch property.- Parameters:
value- allowed object isBatch
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-
getDateInfo
Gets the value of the dateInfo 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 dateInfo property.For example, to add a new item, do as follows:
getDateInfo().add(newItem);Objects of the following type(s) are allowed in the list
DateInfo -
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
-