Package org.cxml
Class QuoteItemOut
- java.lang.Object
-
- org.cxml.QuoteItemOut
-
public class QuoteItemOut extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Commentscommentsprotected java.util.List<Contact>contactprotected ItemDetailitemDetailprotected ItemIDitemIDprotected java.lang.StringlineNumberprotected java.lang.Stringquantityprotected java.lang.StringrequestedDeliveryDateprotected Shippingshippingprotected ShipToshipToprotected SpendDetailspendDetailprotected Taxtaxprotected Totaltotal
-
Constructor Summary
Constructors Constructor Description QuoteItemOut()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentsgetComments()Gets the value of the comments property.java.util.List<Contact>getContact()Gets the value of the contact property.ItemDetailgetItemDetail()Gets the value of the itemDetail property.ItemIDgetItemID()Gets the value of the itemID property.java.lang.StringgetLineNumber()Gets the value of the lineNumber property.java.lang.StringgetQuantity()Gets the value of the quantity property.java.lang.StringgetRequestedDeliveryDate()Gets the value of the requestedDeliveryDate 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.TaxgetTax()Gets the value of the tax property.TotalgetTotal()Gets the value of the total property.voidsetComments(Comments value)Sets the value of the comments property.voidsetItemDetail(ItemDetail value)Sets the value of the itemDetail property.voidsetItemID(ItemID value)Sets the value of the itemID property.voidsetLineNumber(java.lang.String value)Sets the value of the lineNumber property.voidsetQuantity(java.lang.String value)Sets the value of the quantity property.voidsetRequestedDeliveryDate(java.lang.String value)Sets the value of the requestedDeliveryDate 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.voidsetTotal(Total value)Sets the value of the total property.
-
-
-
Field Detail
-
quantity
protected java.lang.String quantity
-
lineNumber
protected java.lang.String lineNumber
-
requestedDeliveryDate
protected java.lang.String requestedDeliveryDate
-
itemID
protected ItemID itemID
-
itemDetail
protected ItemDetail itemDetail
-
shipTo
protected ShipTo shipTo
-
shipping
protected Shipping shipping
-
tax
protected Tax tax
-
spendDetail
protected SpendDetail spendDetail
-
total
protected Total total
-
contact
protected java.util.List<Contact> contact
-
comments
protected Comments comments
-
-
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
-
getRequestedDeliveryDate
public java.lang.String getRequestedDeliveryDate()
Gets the value of the requestedDeliveryDate property.- Returns:
- possible object is
String
-
setRequestedDeliveryDate
public void setRequestedDeliveryDate(java.lang.String value)
Sets the value of the requestedDeliveryDate 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
-
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
-
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
-
getTotal
public Total getTotal()
Gets the value of the total property.- Returns:
- possible object is
Total
-
setTotal
public void setTotal(Total value)
Sets the value of the total property.- Parameters:
value- allowed object isTotal
-
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
-
-