Uses of Class
org.cxml.ShipTo
-
Packages that use ShipTo Package Description org.cxml -
-
Uses of ShipTo in org.cxml
Fields in org.cxml declared as ShipTo Modifier and Type Field Description protected ShipToItemIn. shipToprotected ShipToItemOut. shipToprotected ShipToOrderRequestHeader. shipToprotected ShipToPunchOutOrderMessageHeader. shipToprotected ShipToPunchOutSetupRequest. shipToprotected ShipToPurchaseRequisitionHeader. shipToprotected ShipToQuoteItemIn. shipToprotected ShipToQuoteItemOut. shipToprotected ShipToQuoteMessageHeader. shipToprotected ShipToQuoteRequestHeader. shipToMethods in org.cxml that return ShipTo Modifier and Type Method Description ShipToObjectFactory. createShipTo()Create an instance ofShipToShipToItemIn. getShipTo()Gets the value of the shipTo property.ShipToItemOut. getShipTo()Gets the value of the shipTo property.ShipToOrderRequestHeader. getShipTo()Gets the value of the shipTo property.ShipToPunchOutOrderMessageHeader. getShipTo()Gets the value of the shipTo property.ShipToPunchOutSetupRequest. getShipTo()Gets the value of the shipTo property.ShipToPurchaseRequisitionHeader. getShipTo()Gets the value of the shipTo property.ShipToQuoteItemIn. getShipTo()Gets the value of the shipTo property.ShipToQuoteItemOut. getShipTo()Gets the value of the shipTo property.ShipToQuoteMessageHeader. getShipTo()Gets the value of the shipTo property.ShipToQuoteRequestHeader. getShipTo()Gets the value of the shipTo property.Methods in org.cxml with parameters of type ShipTo Modifier and Type Method Description voidItemIn. setShipTo(ShipTo value)Sets the value of the shipTo property.voidItemOut. setShipTo(ShipTo value)Sets the value of the shipTo property.voidOrderRequestHeader. setShipTo(ShipTo value)Sets the value of the shipTo property.voidPunchOutOrderMessageHeader. setShipTo(ShipTo value)Sets the value of the shipTo property.voidPunchOutSetupRequest. setShipTo(ShipTo value)Sets the value of the shipTo property.voidPurchaseRequisitionHeader. setShipTo(ShipTo value)Sets the value of the shipTo property.voidQuoteItemIn. setShipTo(ShipTo value)Sets the value of the shipTo property.voidQuoteItemOut. setShipTo(ShipTo value)Sets the value of the shipTo property.voidQuoteMessageHeader. setShipTo(ShipTo value)Sets the value of the shipTo property.voidQuoteRequestHeader. setShipTo(ShipTo value)Sets the value of the shipTo property.
-