Package org.cxml

Class PunchOutOrderMessageHeader


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

      • operationAllowed

        protected java.lang.String operationAllowed
      • quoteStatus

        protected java.lang.String quoteStatus
      • total

        protected Total total
      • shipTo

        protected ShipTo shipTo
      • tax

        protected Tax tax
    • Constructor Detail

      • PunchOutOrderMessageHeader

        public PunchOutOrderMessageHeader()
    • Method Detail

      • getOperationAllowed

        public java.lang.String getOperationAllowed()
        Gets the value of the operationAllowed property.
        Returns:
        possible object is String
      • setOperationAllowed

        public void setOperationAllowed​(java.lang.String value)
        Sets the value of the operationAllowed property.
        Parameters:
        value - allowed object is String
      • getQuoteStatus

        public java.lang.String getQuoteStatus()
        Gets the value of the quoteStatus property.
        Returns:
        possible object is String
      • setQuoteStatus

        public void setQuoteStatus​(java.lang.String value)
        Sets the value of the quoteStatus property.
        Parameters:
        value - allowed object is String
      • getSourcingStatus

        public SourcingStatus getSourcingStatus()
        Gets the value of the sourcingStatus property.
        Returns:
        possible object is SourcingStatus
      • setSourcingStatus

        public void setSourcingStatus​(SourcingStatus value)
        Sets the value of the sourcingStatus property.
        Parameters:
        value - allowed object is SourcingStatus
      • 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
      • 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
      • setSupplierOrderInfo

        public void setSupplierOrderInfo​(SupplierOrderInfo value)
        Sets the value of the supplierOrderInfo property.
        Parameters:
        value - allowed object is SupplierOrderInfo