Package org.cxml
Class PunchOutOrderMessageHeader
- java.lang.Object
-
- org.cxml.PunchOutOrderMessageHeader
-
public class PunchOutOrderMessageHeader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringoperationAllowedprotected java.lang.StringquoteStatusprotected Shippingshippingprotected ShipToshipToprotected SourcingStatussourcingStatusprotected SupplierOrderInfosupplierOrderInfoprotected Taxtaxprotected Totaltotal
-
Constructor Summary
Constructors Constructor Description PunchOutOrderMessageHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOperationAllowed()Gets the value of the operationAllowed property.java.lang.StringgetQuoteStatus()Gets the value of the quoteStatus property.ShippinggetShipping()Gets the value of the shipping property.ShipTogetShipTo()Gets the value of the shipTo property.SourcingStatusgetSourcingStatus()Gets the value of the sourcingStatus property.SupplierOrderInfogetSupplierOrderInfo()Gets the value of the supplierOrderInfo property.TaxgetTax()Gets the value of the tax property.TotalgetTotal()Gets the value of the total property.voidsetOperationAllowed(java.lang.String value)Sets the value of the operationAllowed property.voidsetQuoteStatus(java.lang.String value)Sets the value of the quoteStatus property.voidsetShipping(Shipping value)Sets the value of the shipping property.voidsetShipTo(ShipTo value)Sets the value of the shipTo property.voidsetSourcingStatus(SourcingStatus value)Sets the value of the sourcingStatus property.voidsetSupplierOrderInfo(SupplierOrderInfo value)Sets the value of the supplierOrderInfo property.voidsetTax(Tax value)Sets the value of the tax property.voidsetTotal(Total value)Sets the value of the total property.
-
-
-
Field Detail
-
operationAllowed
protected java.lang.String operationAllowed
-
quoteStatus
protected java.lang.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
-
-
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 isString
-
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 isString
-
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 isSourcingStatus
-
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 isTotal
-
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 isShipTo
-
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 isShipping
-
setTax
public void setTax(Tax value)
Sets the value of the tax property.- Parameters:
value- allowed object isTax
-
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 isSupplierOrderInfo
-
-