Package org.cxml

Class TransportInformation

java.lang.Object
org.cxml.TransportInformation

public class TransportInformation extends Object
  • Field Details

    • route

      protected Route route
    • shippingContractNumber

      protected String shippingContractNumber
    • shippingInstructions

      protected ShippingInstructions shippingInstructions
  • Constructor Details

    • TransportInformation

      public TransportInformation()
  • Method Details

    • 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 is Route
    • getShippingContractNumber

      public String getShippingContractNumber()
      Gets the value of the shippingContractNumber property.
      Returns:
      possible object is String
    • setShippingContractNumber

      public void setShippingContractNumber(String value)
      Sets the value of the shippingContractNumber property.
      Parameters:
      value - allowed object is String
    • 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 is ShippingInstructions