Package org.cxml
Class QuoteMessage
- java.lang.Object
-
- org.cxml.QuoteMessage
-
public class QuoteMessage extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<QuoteItemIn>quoteItemInprotected QuoteMessageHeaderquoteMessageHeader
-
Constructor Summary
Constructors Constructor Description QuoteMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<QuoteItemIn>getQuoteItemIn()Gets the value of the quoteItemIn property.QuoteMessageHeadergetQuoteMessageHeader()Gets the value of the quoteMessageHeader property.voidsetQuoteMessageHeader(QuoteMessageHeader value)Sets the value of the quoteMessageHeader property.
-
-
-
Field Detail
-
quoteMessageHeader
protected QuoteMessageHeader quoteMessageHeader
-
quoteItemIn
protected java.util.List<QuoteItemIn> quoteItemIn
-
-
Method Detail
-
getQuoteMessageHeader
public QuoteMessageHeader getQuoteMessageHeader()
Gets the value of the quoteMessageHeader property.- Returns:
- possible object is
QuoteMessageHeader
-
setQuoteMessageHeader
public void setQuoteMessageHeader(QuoteMessageHeader value)
Sets the value of the quoteMessageHeader property.- Parameters:
value- allowed object isQuoteMessageHeader
-
getQuoteItemIn
public java.util.List<QuoteItemIn> getQuoteItemIn()
Gets the value of the quoteItemIn property.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
setmethod 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
-
-