Uses of Class
org.cxml.Shipping
-
Packages that use Shipping Package Description org.cxml -
-
Uses of Shipping in org.cxml
Fields in org.cxml declared as Shipping Modifier and Type Field Description protected ShippingItemIn. shippingprotected ShippingItemOut. shippingprotected ShippingOrderRequestHeader. shippingprotected ShippingPaymentStatus. shippingprotected ShippingPunchOutOrderMessageHeader. shippingprotected ShippingPurchaseRequisitionHeader. shippingprotected ShippingQuoteItemIn. shippingprotected ShippingQuoteItemOut. shippingMethods in org.cxml that return Shipping Modifier and Type Method Description ShippingObjectFactory. createShipping()Create an instance ofShippingShippingItemIn. getShipping()Gets the value of the shipping property.ShippingItemOut. getShipping()Gets the value of the shipping property.ShippingOrderRequestHeader. getShipping()Gets the value of the shipping property.ShippingPaymentStatus. getShipping()Gets the value of the shipping property.ShippingPunchOutOrderMessageHeader. getShipping()Gets the value of the shipping property.ShippingPurchaseRequisitionHeader. getShipping()Gets the value of the shipping property.ShippingQuoteItemIn. getShipping()Gets the value of the shipping property.ShippingQuoteItemOut. getShipping()Gets the value of the shipping property.Methods in org.cxml with parameters of type Shipping Modifier and Type Method Description voidItemIn. setShipping(Shipping value)Sets the value of the shipping property.voidItemOut. setShipping(Shipping value)Sets the value of the shipping property.voidOrderRequestHeader. setShipping(Shipping value)Sets the value of the shipping property.voidPaymentStatus. setShipping(Shipping value)Sets the value of the shipping property.voidPunchOutOrderMessageHeader. setShipping(Shipping value)Sets the value of the shipping property.voidPurchaseRequisitionHeader. setShipping(Shipping value)Sets the value of the shipping property.voidQuoteItemIn. setShipping(Shipping value)Sets the value of the shipping property.voidQuoteItemOut. setShipping(Shipping value)Sets the value of the shipping property.
-