Package org.cxml

Class QuoteRequest

java.lang.Object
org.cxml.QuoteRequest

public class QuoteRequest extends Object
  • Field Details

  • Constructor Details

    • QuoteRequest

      public QuoteRequest()
  • Method Details

    • getQuoteRequestHeader

      public QuoteRequestHeader getQuoteRequestHeader()
      Gets the value of the quoteRequestHeader property.
      Returns:
      possible object is QuoteRequestHeader
    • setQuoteRequestHeader

      public void setQuoteRequestHeader(QuoteRequestHeader value)
      Sets the value of the quoteRequestHeader property.
      Parameters:
      value - allowed object is QuoteRequestHeader
    • getQuoteItemOut

      public List<QuoteItemOut> 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 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