Package org.cxml

Class PurchaseRequisitionHeader

java.lang.Object
org.cxml.PurchaseRequisitionHeader

public class PurchaseRequisitionHeader extends Object
  • Field Details

    • requisitionID

      protected String requisitionID
    • requisitionDate

      protected String requisitionDate
    • type

      protected String type
    • requisitionVersion

      protected String requisitionVersion
    • shipping

      protected Shipping shipping
    • tax

      protected Tax tax
    • total

      protected Total total
    • shipTo

      protected ShipTo shipTo
    • billTo

      protected BillTo billTo
    • contact

      protected List<Contact> contact
    • comments

      protected Comments comments
    • documentReference

      protected DocumentReference documentReference
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • PurchaseRequisitionHeader

      public PurchaseRequisitionHeader()
  • Method Details

    • getRequisitionID

      public String getRequisitionID()
      Gets the value of the requisitionID property.
      Returns:
      possible object is String
    • setRequisitionID

      public void setRequisitionID(String value)
      Sets the value of the requisitionID property.
      Parameters:
      value - allowed object is String
    • getRequisitionDate

      public String getRequisitionDate()
      Gets the value of the requisitionDate property.
      Returns:
      possible object is String
    • setRequisitionDate

      public void setRequisitionDate(String value)
      Sets the value of the requisitionDate property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getRequisitionVersion

      public String getRequisitionVersion()
      Gets the value of the requisitionVersion property.
      Returns:
      possible object is String
    • setRequisitionVersion

      public void setRequisitionVersion(String value)
      Sets the value of the requisitionVersion property.
      Parameters:
      value - allowed object is String
    • getShipping

      public Shipping getShipping()
      Gets the value of the shipping property.
      Returns:
      possible object is Shipping
    • setShipping

      public void setShipping(Shipping value)
      Sets the value of the shipping property.
      Parameters:
      value - allowed object is Shipping
    • getTax

      public Tax getTax()
      Gets the value of the tax property.
      Returns:
      possible object is Tax
    • setTax

      public void setTax(Tax value)
      Sets the value of the tax property.
      Parameters:
      value - allowed object is Tax
    • getTotal

      public Total getTotal()
      Gets the value of the total property.
      Returns:
      possible object is Total
    • setTotal

      public void setTotal(Total value)
      Sets the value of the total property.
      Parameters:
      value - allowed object is Total
    • getShipTo

      public ShipTo getShipTo()
      Gets the value of the shipTo property.
      Returns:
      possible object is ShipTo
    • setShipTo

      public void setShipTo(ShipTo value)
      Sets the value of the shipTo property.
      Parameters:
      value - allowed object is ShipTo
    • getBillTo

      public BillTo getBillTo()
      Gets the value of the billTo property.
      Returns:
      possible object is BillTo
    • setBillTo

      public void setBillTo(BillTo value)
      Sets the value of the billTo property.
      Parameters:
      value - allowed object is BillTo
    • getContact

      public List<Contact> getContact()
      Gets the value of the contact 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 contact property.

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

          getContact().add(newItem);
       

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

    • getComments

      public Comments getComments()
      Gets the value of the comments property.
      Returns:
      possible object is Comments
    • setComments

      public void setComments(Comments value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is Comments
    • 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