public class QuoteMessage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<QuoteItemIn> |
quoteItemIn |
protected QuoteMessageHeader |
quoteMessageHeader |
| Constructor and Description |
|---|
QuoteMessage() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<QuoteItemIn> |
getQuoteItemIn()
Gets the value of the quoteItemIn property.
|
QuoteMessageHeader |
getQuoteMessageHeader()
Gets the value of the quoteMessageHeader property.
|
void |
setQuoteMessageHeader(QuoteMessageHeader value)
Sets the value of the quoteMessageHeader property.
|
protected QuoteMessageHeader quoteMessageHeader
protected java.util.List<QuoteItemIn> quoteItemIn
public QuoteMessageHeader getQuoteMessageHeader()
QuoteMessageHeaderpublic void setQuoteMessageHeader(QuoteMessageHeader value)
value - allowed object is
QuoteMessageHeaderpublic java.util.List<QuoteItemIn> getQuoteItemIn()
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 quoteItemIn property.
For example, to add a new item, do as follows:
getQuoteItemIn().add(newItem);
Objects of the following type(s) are allowed in the list
QuoteItemIn
Copyright © 2018 SAP SE. All Rights Reserved.