Package org.cxml

Class PunchOutOrderMessageHeader

java.lang.Object
org.cxml.PunchOutOrderMessageHeader

public class PunchOutOrderMessageHeader extends Object
  • Field Details

    • operationAllowed

      protected String operationAllowed
    • quoteStatus

      protected String quoteStatus
    • sourcingStatus

      protected SourcingStatus sourcingStatus
    • total

      protected Total total
    • shipTo

      protected ShipTo shipTo
    • shipping

      protected Shipping shipping
    • tax

      protected Tax tax
    • supplierOrderInfo

      protected SupplierOrderInfo supplierOrderInfo
  • Constructor Details

    • PunchOutOrderMessageHeader

      public PunchOutOrderMessageHeader()
  • Method Details

    • getOperationAllowed

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

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

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

      public void setQuoteStatus(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
    • getSupplierOrderInfo

      public SupplierOrderInfo getSupplierOrderInfo()
      Gets the value of the supplierOrderInfo property.
      Returns:
      possible object is SupplierOrderInfo
    • setSupplierOrderInfo

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