public class QuoteRequestHeader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
closeDate |
protected Comments |
comments |
protected java.util.List<Contact> |
contact |
protected java.lang.String |
currency |
protected Description |
description |
protected java.util.List<Extrinsic> |
extrinsic |
protected Name |
name |
protected java.lang.String |
openDate |
protected java.lang.String |
previewDate |
protected java.lang.String |
quoteReceivingPreference |
protected java.lang.String |
requestDate |
protected java.lang.String |
requestID |
protected ShipTo |
shipTo |
protected SupplierSelector |
supplierSelector |
protected java.lang.String |
templateName |
protected Total |
total |
protected java.lang.String |
type |
protected java.lang.String |
xmlLang |
| Constructor and Description |
|---|
QuoteRequestHeader() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCloseDate()
Gets the value of the closeDate property.
|
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.
|
Description |
getDescription()
Gets the value of the description property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
Name |
getName()
Gets the value of the name property.
|
java.lang.String |
getOpenDate()
Gets the value of the openDate property.
|
java.lang.String |
getPreviewDate()
Gets the value of the previewDate property.
|
java.lang.String |
getQuoteReceivingPreference()
Gets the value of the quoteReceivingPreference property.
|
java.lang.String |
getRequestDate()
Gets the value of the requestDate property.
|
java.lang.String |
getRequestID()
Gets the value of the requestID property.
|
ShipTo |
getShipTo()
Gets the value of the shipTo property.
|
SupplierSelector |
getSupplierSelector()
Gets the value of the supplierSelector property.
|
java.lang.String |
getTemplateName()
Gets the value of the templateName 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 |
setCloseDate(java.lang.String value)
Sets the value of the closeDate 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 |
setDescription(Description value)
Sets the value of the description property.
|
void |
setName(Name value)
Sets the value of the name property.
|
void |
setOpenDate(java.lang.String value)
Sets the value of the openDate property.
|
void |
setPreviewDate(java.lang.String value)
Sets the value of the previewDate property.
|
void |
setQuoteReceivingPreference(java.lang.String value)
Sets the value of the quoteReceivingPreference property.
|
void |
setRequestDate(java.lang.String value)
Sets the value of the requestDate property.
|
void |
setRequestID(java.lang.String value)
Sets the value of the requestID property.
|
void |
setShipTo(ShipTo value)
Sets the value of the shipTo property.
|
void |
setSupplierSelector(SupplierSelector value)
Sets the value of the supplierSelector property.
|
void |
setTemplateName(java.lang.String value)
Sets the value of the templateName 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 requestID
protected java.lang.String requestDate
protected java.lang.String type
protected java.lang.String openDate
protected java.lang.String closeDate
protected java.lang.String previewDate
protected java.lang.String templateName
protected java.lang.String currency
protected java.lang.String xmlLang
protected java.lang.String quoteReceivingPreference
protected Name name
protected SupplierSelector supplierSelector
protected Total total
protected Description description
protected ShipTo shipTo
protected java.util.List<Contact> contact
protected Comments comments
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getRequestID()
Stringpublic void setRequestID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRequestDate()
Stringpublic void setRequestDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOpenDate()
Stringpublic void setOpenDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCloseDate()
Stringpublic void setCloseDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPreviewDate()
Stringpublic void setPreviewDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTemplateName()
Stringpublic void setTemplateName(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 java.lang.String getQuoteReceivingPreference()
Stringpublic void setQuoteReceivingPreference(java.lang.String value)
value - allowed object is
Stringpublic void setName(Name value)
value - allowed object is
Namepublic SupplierSelector getSupplierSelector()
SupplierSelectorpublic void setSupplierSelector(SupplierSelector value)
value - allowed object is
SupplierSelectorpublic Total getTotal()
Totalpublic void setTotal(Total value)
value - allowed object is
Totalpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic 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 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.