public class QuoteItemOut
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Comments |
comments |
protected java.util.List<Contact> |
contact |
protected ItemDetail |
itemDetail |
protected ItemID |
itemID |
protected java.lang.String |
lineNumber |
protected java.lang.String |
quantity |
protected java.lang.String |
requestedDeliveryDate |
protected Shipping |
shipping |
protected ShipTo |
shipTo |
protected SpendDetail |
spendDetail |
protected Tax |
tax |
protected Total |
total |
| Constructor and Description |
|---|
QuoteItemOut() |
| Modifier and Type | Method and Description |
|---|---|
Comments |
getComments()
Gets the value of the comments property.
|
java.util.List<Contact> |
getContact()
Gets the value of the contact property.
|
ItemDetail |
getItemDetail()
Gets the value of the itemDetail property.
|
ItemID |
getItemID()
Gets the value of the itemID property.
|
java.lang.String |
getLineNumber()
Gets the value of the lineNumber property.
|
java.lang.String |
getQuantity()
Gets the value of the quantity property.
|
java.lang.String |
getRequestedDeliveryDate()
Gets the value of the requestedDeliveryDate 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.
|
Tax |
getTax()
Gets the value of the tax property.
|
Total |
getTotal()
Gets the value of the total property.
|
void |
setComments(Comments value)
Sets the value of the comments property.
|
void |
setItemDetail(ItemDetail value)
Sets the value of the itemDetail property.
|
void |
setItemID(ItemID value)
Sets the value of the itemID property.
|
void |
setLineNumber(java.lang.String value)
Sets the value of the lineNumber property.
|
void |
setQuantity(java.lang.String value)
Sets the value of the quantity property.
|
void |
setRequestedDeliveryDate(java.lang.String value)
Sets the value of the requestedDeliveryDate 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.
|
void |
setTotal(Total value)
Sets the value of the total property.
|
protected java.lang.String quantity
protected java.lang.String lineNumber
protected java.lang.String requestedDeliveryDate
protected ItemID itemID
protected ItemDetail itemDetail
protected ShipTo shipTo
protected Shipping shipping
protected Tax tax
protected SpendDetail spendDetail
protected Total total
protected java.util.List<Contact> contact
protected Comments comments
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 getRequestedDeliveryDate()
Stringpublic void setRequestedDeliveryDate(java.lang.String value)
value - allowed object is
Stringpublic ItemID getItemID()
ItemIDpublic void setItemID(ItemID value)
value - allowed object is
ItemIDpublic ItemDetail getItemDetail()
ItemDetailpublic void setItemDetail(ItemDetail value)
value - allowed object is
ItemDetailpublic 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 Total getTotal()
Totalpublic void setTotal(Total value)
value - allowed object is
Totalpublic 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()
CommentsCopyright © 2018 SAP SE. All Rights Reserved.