Package org.cxml

Class PurchaseRequisitionHeader


  • public class PurchaseRequisitionHeader
    extends java.lang.Object
    • Field Detail

      • requisitionID

        protected java.lang.String requisitionID
      • requisitionDate

        protected java.lang.String requisitionDate
      • type

        protected java.lang.String type
      • requisitionVersion

        protected java.lang.String requisitionVersion
      • tax

        protected Tax tax
      • total

        protected Total total
      • shipTo

        protected ShipTo shipTo
      • billTo

        protected BillTo billTo
      • contact

        protected java.util.List<Contact> contact
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • PurchaseRequisitionHeader

        public PurchaseRequisitionHeader()
    • Method Detail

      • getRequisitionID

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

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

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

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

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

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

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

        public void setRequisitionVersion​(java.lang.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 java.util.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
      • setDocumentReference

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

        public java.util.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