Class ItemIn
- java.lang.Object
-
- org.cxml.ItemIn
-
public class ItemIn extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected BillTobillToprotected Commentscommentsprotected java.lang.StringcompositeItemTypeprotected java.util.List<Contact>contactprotected java.util.List<Distribution>distributionprotected java.lang.StringitemClassificationprotected ItemDetailitemDetailprotected ItemIDitemIDprotected java.lang.StringitemTypeprotected java.lang.StringlineNumberprotected java.lang.StringparentLineNumberprotected Pathpathprotected java.lang.Stringquantityprotected Shippingshippingprotected ShipToshipToprotected SpendDetailspendDetailprotected java.util.List<java.lang.Object>supplierIDOrSupplierListprotected Taxtax
-
Constructor Summary
Constructors Constructor Description ItemIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillTogetBillTo()Gets the value of the billTo property.CommentsgetComments()Gets the value of the comments property.java.lang.StringgetCompositeItemType()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.StringgetItemClassification()Gets the value of the itemClassification property.ItemDetailgetItemDetail()Gets the value of the itemDetail property.ItemIDgetItemID()Gets the value of the itemID property.java.lang.StringgetItemType()Gets the value of the itemType property.java.lang.StringgetLineNumber()Gets the value of the lineNumber property.java.lang.StringgetParentLineNumber()Gets the value of the parentLineNumber property.PathgetPath()Gets the value of the path property.java.lang.StringgetQuantity()Gets the value of the quantity property.ShippinggetShipping()Gets the value of the shipping property.ShipTogetShipTo()Gets the value of the shipTo property.SpendDetailgetSpendDetail()Gets the value of the spendDetail property.java.util.List<java.lang.Object>getSupplierIDOrSupplierList()Gets the value of the supplierIDOrSupplierList property.TaxgetTax()Gets the value of the tax property.voidsetBillTo(BillTo value)Sets the value of the billTo property.voidsetComments(Comments value)Sets the value of the comments property.voidsetCompositeItemType(java.lang.String value)Sets the value of the compositeItemType property.voidsetItemClassification(java.lang.String value)Sets the value of the itemClassification property.voidsetItemDetail(ItemDetail value)Sets the value of the itemDetail property.voidsetItemID(ItemID value)Sets the value of the itemID property.voidsetItemType(java.lang.String value)Sets the value of the itemType property.voidsetLineNumber(java.lang.String value)Sets the value of the lineNumber property.voidsetParentLineNumber(java.lang.String value)Sets the value of the parentLineNumber property.voidsetPath(Path value)Sets the value of the path property.voidsetQuantity(java.lang.String value)Sets the value of the quantity property.voidsetShipping(Shipping value)Sets the value of the shipping property.voidsetShipTo(ShipTo value)Sets the value of the shipTo property.voidsetSpendDetail(SpendDetail value)Sets the value of the spendDetail property.voidsetTax(Tax value)Sets the value of the tax property.
-
-
-
Field Detail
-
quantity
protected java.lang.String quantity
-
lineNumber
protected java.lang.String lineNumber
-
parentLineNumber
protected java.lang.String parentLineNumber
-
itemType
protected java.lang.String itemType
-
compositeItemType
protected java.lang.String compositeItemType
-
itemClassification
protected java.lang.String itemClassification
-
itemID
protected ItemID itemID
-
path
protected Path path
-
itemDetail
protected ItemDetail itemDetail
-
supplierIDOrSupplierList
protected java.util.List<java.lang.Object> supplierIDOrSupplierList
-
shipTo
protected ShipTo shipTo
-
shipping
protected Shipping shipping
-
tax
protected Tax tax
-
spendDetail
protected SpendDetail spendDetail
-
distribution
protected java.util.List<Distribution> distribution
-
contact
protected java.util.List<Contact> contact
-
comments
protected Comments comments
-
billTo
protected BillTo billTo
-
-
Method Detail
-
getQuantity
public java.lang.String getQuantity()
Gets the value of the quantity property.- Returns:
- possible object is
String
-
setQuantity
public void setQuantity(java.lang.String value)
Sets the value of the quantity property.- Parameters:
value- allowed object isString
-
getLineNumber
public java.lang.String getLineNumber()
Gets the value of the lineNumber property.- Returns:
- possible object is
String
-
setLineNumber
public void setLineNumber(java.lang.String value)
Sets the value of the lineNumber property.- Parameters:
value- allowed object isString
-
getParentLineNumber
public java.lang.String getParentLineNumber()
Gets the value of the parentLineNumber property.- Returns:
- possible object is
String
-
setParentLineNumber
public void setParentLineNumber(java.lang.String value)
Sets the value of the parentLineNumber property.- Parameters:
value- allowed object isString
-
getItemType
public java.lang.String getItemType()
Gets the value of the itemType property.- Returns:
- possible object is
String
-
setItemType
public void setItemType(java.lang.String value)
Sets the value of the itemType property.- Parameters:
value- allowed object isString
-
getCompositeItemType
public java.lang.String getCompositeItemType()
Gets the value of the compositeItemType property.- Returns:
- possible object is
String
-
setCompositeItemType
public void setCompositeItemType(java.lang.String value)
Sets the value of the compositeItemType property.- Parameters:
value- allowed object isString
-
getItemClassification
public java.lang.String getItemClassification()
Gets the value of the itemClassification property.- Returns:
- possible object is
String
-
setItemClassification
public void setItemClassification(java.lang.String value)
Sets the value of the itemClassification property.- Parameters:
value- allowed object isString
-
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
-
setPath
public void setPath(Path value)
Sets the value of the path property.- Parameters:
value- allowed object isPath
-
getItemDetail
public ItemDetail getItemDetail()
Gets the value of the itemDetail property.- Returns:
- possible object is
ItemDetail
-
setItemDetail
public void setItemDetail(ItemDetail value)
Sets the value of the itemDetail property.- Parameters:
value- allowed object isItemDetail
-
getSupplierIDOrSupplierList
public java.util.List<java.lang.Object> 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
public ShipTo getShipTo()
Gets the value of the shipTo property.- Returns:
- possible object is
ShipTo
-
setShipTo
public void setShipTo(ShipTo value)
Sets the value of the shipTo property.- Parameters:
value- allowed object isShipTo
-
getShipping
public Shipping getShipping()
Gets the value of the shipping property.- Returns:
- possible object is
Shipping
-
setShipping
public void setShipping(Shipping value)
Sets the value of the shipping property.- Parameters:
value- allowed object isShipping
-
setTax
public void setTax(Tax value)
Sets the value of the tax property.- Parameters:
value- allowed object isTax
-
getSpendDetail
public SpendDetail getSpendDetail()
Gets the value of the spendDetail property.- Returns:
- possible object is
SpendDetail
-
setSpendDetail
public void setSpendDetail(SpendDetail value)
Sets the value of the spendDetail property.- Parameters:
value- allowed object isSpendDetail
-
getDistribution
public java.util.List<Distribution> 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
public java.util.List<Contact> 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
public Comments getComments()
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
public void setComments(Comments value)
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
getBillTo
public BillTo getBillTo()
Gets the value of the billTo property.- Returns:
- possible object is
BillTo
-
-