Package org.cxml
Class TransportInformation
java.lang.Object
org.cxml.TransportInformation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoute()Gets the value of the route property.Gets the value of the shippingContractNumber property.Gets the value of the shippingInstructions property.voidSets the value of the route property.voidsetShippingContractNumber(String value) Sets the value of the shippingContractNumber property.voidSets the value of the shippingInstructions property.
-
Field Details
-
route
-
shippingContractNumber
-
shippingInstructions
-
-
Constructor Details
-
TransportInformation
public TransportInformation()
-
-
Method Details
-
getRoute
Gets the value of the route property.- Returns:
- possible object is
Route
-
setRoute
Sets the value of the route property.- Parameters:
value- allowed object isRoute
-
getShippingContractNumber
Gets the value of the shippingContractNumber property.- Returns:
- possible object is
String
-
setShippingContractNumber
Sets the value of the shippingContractNumber property.- Parameters:
value- allowed object isString
-
getShippingInstructions
Gets the value of the shippingInstructions property.- Returns:
- possible object is
ShippingInstructions
-
setShippingInstructions
Sets the value of the shippingInstructions property.- Parameters:
value- allowed object isShippingInstructions
-