Package org.cxml

Class TransportInformation


  • public class TransportInformation
    extends java.lang.Object
    • Field Detail

      • route

        protected Route route
      • shippingContractNumber

        protected java.lang.String shippingContractNumber
    • Constructor Detail

      • TransportInformation

        public TransportInformation()
    • 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 is Route
      • 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 is String
      • setShippingInstructions

        public void setShippingInstructions​(ShippingInstructions value)
        Sets the value of the shippingInstructions property.
        Parameters:
        value - allowed object is ShippingInstructions