Package org.cxml
Class QuoteRequest
java.lang.Object
org.cxml.QuoteRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the quoteItemOut property.Gets the value of the quoteRequestHeader property.voidSets the value of the quoteRequestHeader property.
-
Field Details
-
quoteRequestHeader
-
quoteItemOut
-
-
Constructor Details
-
QuoteRequest
public QuoteRequest()
-
-
Method Details
-
getQuoteRequestHeader
Gets the value of the quoteRequestHeader property.- Returns:
- possible object is
QuoteRequestHeader
-
setQuoteRequestHeader
Sets the value of the quoteRequestHeader property.- Parameters:
value- allowed object isQuoteRequestHeader
-
getQuoteItemOut
Gets the value of the quoteItemOut 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 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
-