public class QuoteMessageHeader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Comments |
comments |
protected java.util.List<Contact> |
contact |
protected java.lang.String |
currency |
protected java.util.List<Extrinsic> |
extrinsic |
protected OrganizationID |
organizationID |
protected java.lang.String |
quoteDate |
protected java.lang.String |
quoteID |
protected QuoteRequestReference |
quoteRequestReference |
protected ShipTo |
shipTo |
protected Total |
total |
protected java.lang.String |
type |
protected java.lang.String |
xmlLang |
| Constructor and Description |
|---|
QuoteMessageHeader() |
| 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.
|
java.lang.String |
getCurrency()
Gets the value of the currency property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
OrganizationID |
getOrganizationID()
Gets the value of the organizationID property.
|
java.lang.String |
getQuoteDate()
Gets the value of the quoteDate property.
|
java.lang.String |
getQuoteID()
Gets the value of the quoteID property.
|
QuoteRequestReference |
getQuoteRequestReference()
Gets the value of the quoteRequestReference property.
|
ShipTo |
getShipTo()
Gets the value of the shipTo property.
|
Total |
getTotal()
Gets the value of the total property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getXmlLang()
Gets the value of the xmlLang property.
|
void |
setComments(Comments value)
Sets the value of the comments property.
|
void |
setCurrency(java.lang.String value)
Sets the value of the currency property.
|
void |
setOrganizationID(OrganizationID value)
Sets the value of the organizationID property.
|
void |
setQuoteDate(java.lang.String value)
Sets the value of the quoteDate property.
|
void |
setQuoteID(java.lang.String value)
Sets the value of the quoteID property.
|
void |
setQuoteRequestReference(QuoteRequestReference value)
Sets the value of the quoteRequestReference property.
|
void |
setShipTo(ShipTo value)
Sets the value of the shipTo property.
|
void |
setTotal(Total value)
Sets the value of the total property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setXmlLang(java.lang.String value)
Sets the value of the xmlLang property.
|
protected java.lang.String type
protected java.lang.String quoteID
protected java.lang.String quoteDate
protected java.lang.String currency
protected java.lang.String xmlLang
protected OrganizationID organizationID
protected Total total
protected ShipTo shipTo
protected java.util.List<Contact> contact
protected QuoteRequestReference quoteRequestReference
protected Comments comments
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQuoteID()
Stringpublic void setQuoteID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQuoteDate()
Stringpublic void setQuoteDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCurrency()
Stringpublic void setCurrency(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getXmlLang()
Stringpublic void setXmlLang(java.lang.String value)
value - allowed object is
Stringpublic OrganizationID getOrganizationID()
OrganizationIDpublic void setOrganizationID(OrganizationID value)
value - allowed object is
OrganizationIDpublic Total getTotal()
Totalpublic void setTotal(Total value)
value - allowed object is
Totalpublic ShipTo getShipTo()
ShipTopublic void setShipTo(ShipTo value)
value - allowed object is
ShipTopublic 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 QuoteRequestReference getQuoteRequestReference()
QuoteRequestReferencepublic void setQuoteRequestReference(QuoteRequestReference value)
value - allowed object is
QuoteRequestReferencepublic Comments getComments()
Commentspublic void setComments(Comments value)
value - allowed object is
Commentspublic java.util.List<Extrinsic> getExtrinsic()
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 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
Copyright © 2018 SAP SE. All Rights Reserved.