Package org.cxml
Class QuoteItemIn
- java.lang.Object
-
- org.cxml.QuoteItemIn
-
public class QuoteItemIn 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.Stringrankprotected java.lang.StringrequestedDeliveryDateprotected Shippingshippingprotected ShipToshipToprotected SpendDetailspendDetailprotected Taxtaxprotected Totaltotalprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description QuoteItemIn()
-
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.StringgetRank()Gets the value of the rank 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.java.lang.StringgetType()Gets the value of the type 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.voidsetRank(java.lang.String value)Sets the value of the rank 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.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Field Detail
-
type
protected java.lang.String type
-
quantity
protected java.lang.String quantity
-
lineNumber
protected java.lang.String lineNumber
-
requestedDeliveryDate
protected java.lang.String requestedDeliveryDate
-
rank
protected java.lang.String rank
-
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
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
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
-
getRank
public java.lang.String getRank()
Gets the value of the rank property.- Returns:
- possible object is
String
-
setRank
public void setRank(java.lang.String value)
Sets the value of the rank 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
-
-