public class QuoteRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<QuoteItemOut> |
quoteItemOut |
protected QuoteRequestHeader |
quoteRequestHeader |
| Constructor and Description |
|---|
QuoteRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<QuoteItemOut> |
getQuoteItemOut()
Gets the value of the quoteItemOut property.
|
QuoteRequestHeader |
getQuoteRequestHeader()
Gets the value of the quoteRequestHeader property.
|
void |
setQuoteRequestHeader(QuoteRequestHeader value)
Sets the value of the quoteRequestHeader property.
|
protected QuoteRequestHeader quoteRequestHeader
protected java.util.List<QuoteItemOut> quoteItemOut
public QuoteRequestHeader getQuoteRequestHeader()
QuoteRequestHeaderpublic void setQuoteRequestHeader(QuoteRequestHeader value)
value - allowed object is
QuoteRequestHeaderpublic java.util.List<QuoteItemOut> getQuoteItemOut()
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 quoteItemOut property.
For example, to add a new item, do as follows:
getQuoteItemOut().add(newItem);
Objects of the following type(s) are allowed in the list
QuoteItemOut
Copyright © 2018 SAP SE. All Rights Reserved.