Package org.cxml
Class TransportInformation
- java.lang.Object
-
- org.cxml.TransportInformation
-
public class TransportInformation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Routerouteprotected java.lang.StringshippingContractNumberprotected ShippingInstructionsshippingInstructions
-
Constructor Summary
Constructors Constructor Description TransportInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoutegetRoute()Gets the value of the route property.java.lang.StringgetShippingContractNumber()Gets the value of the shippingContractNumber property.ShippingInstructionsgetShippingInstructions()Gets the value of the shippingInstructions property.voidsetRoute(Route value)Sets the value of the route property.voidsetShippingContractNumber(java.lang.String value)Sets the value of the shippingContractNumber property.voidsetShippingInstructions(ShippingInstructions value)Sets the value of the shippingInstructions property.
-
-
-
Field Detail
-
route
protected Route route
-
shippingContractNumber
protected java.lang.String shippingContractNumber
-
shippingInstructions
protected ShippingInstructions shippingInstructions
-
-
Method Detail
-
getRoute
public Route getRoute()
Gets the value of the route property.- Returns:
- possible object is
Route
-
setRoute
public void setRoute(Route value)
Sets the value of the route property.- Parameters:
value- allowed object isRoute
-
getShippingContractNumber
public java.lang.String getShippingContractNumber()
Gets the value of the shippingContractNumber property.- Returns:
- possible object is
String
-
setShippingContractNumber
public void setShippingContractNumber(java.lang.String value)
Sets the value of the shippingContractNumber property.- Parameters:
value- allowed object isString
-
getShippingInstructions
public ShippingInstructions getShippingInstructions()
Gets the value of the shippingInstructions property.- Returns:
- possible object is
ShippingInstructions
-
setShippingInstructions
public void setShippingInstructions(ShippingInstructions value)
Sets the value of the shippingInstructions property.- Parameters:
value- allowed object isShippingInstructions
-
-