Package org.cxml

Class QuoteHeaderInfo

java.lang.Object
org.cxml.QuoteHeaderInfo

public class QuoteHeaderInfo extends Object
  • Field Details

  • Constructor Details

    • QuoteHeaderInfo

      public QuoteHeaderInfo()
  • Method Details

    • getLegalEntity

      public LegalEntity getLegalEntity()
      Gets the value of the legalEntity property.
      Returns:
      possible object is LegalEntity
    • setLegalEntity

      public void setLegalEntity(LegalEntity value)
      Sets the value of the legalEntity property.
      Parameters:
      value - allowed object is LegalEntity
    • getOrganizationalUnit

      public List<OrganizationalUnit> getOrganizationalUnit()
      Gets the value of the organizationalUnit 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 organizationalUnit property.

      For example, to add a new item, do as follows:

          getOrganizationalUnit().add(newItem);
       

      Objects of the following type(s) are allowed in the list OrganizationalUnit

    • getPaymentTerms

      public List<PaymentTerms> getPaymentTerms()
      Gets the value of the paymentTerms 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 paymentTerms property.

      For example, to add a new item, do as follows:

          getPaymentTerms().add(newItem);
       

      Objects of the following type(s) are allowed in the list PaymentTerms

    • getFollowUpDocument

      public FollowUpDocument getFollowUpDocument()
      Gets the value of the followUpDocument property.
      Returns:
      possible object is FollowUpDocument
    • setFollowUpDocument

      public void setFollowUpDocument(FollowUpDocument value)
      Sets the value of the followUpDocument property.
      Parameters:
      value - allowed object is FollowUpDocument
    • getDocumentReference

      public DocumentReference getDocumentReference()
      Gets the value of the documentReference property.
      Returns:
      possible object is DocumentReference
    • setDocumentReference

      public void setDocumentReference(DocumentReference value)
      Sets the value of the documentReference property.
      Parameters:
      value - allowed object is DocumentReference
    • getExtrinsic

      public List<Extrinsic> getExtrinsic()
      Gets the value of the extrinsic 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 extrinsic property.

      For example, to add a new item, do as follows:

          getExtrinsic().add(newItem);
       

      Objects of the following type(s) are allowed in the list Extrinsic