GLS ShipIT  3.5.15
GLS ShipIT - SOAP services
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo Class Reference

Public Member Functions

String getTour ()
 
void setTour (String value)
 
String getInboundSortingFlag ()
 
void setInboundSortingFlag (String value)
 
String getFinalLocationCode ()
 
void setFinalLocationCode (String value)
 
String getPickupLocationCode ()
 
void setPickupLocationCode (String value)
 
String getHubLocation ()
 
void setHubLocation (String value)
 
Date getLastRoutingDate ()
 
void setLastRoutingDate (Date value)
 
String getGeoTour ()
 
void setGeoTour (String value)
 
String getLoadingArea ()
 
void setLoadingArea (String value)
 
String getDispositionFlag ()
 
void setDispositionFlag (String value)
 

Protected Attributes

String tour
 
String inboundSortingFlag
 
String finalLocationCode
 
String pickupLocationCode
 
String hubLocation
 
Date lastRoutingDate
 
String geoTour
 
String loadingArea
 
String dispositionFlag
 

Detailed Description

The routing information

Java class for RoutingInfo complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="RoutingInfo">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Tour" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="InboundSortingFlag" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="FinalLocationCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="PickupLocationCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="HubLocation" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="LastRoutingDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
        <element name="GeoTour" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="LoadingArea" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="DispositionFlag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 56 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

Member Function Documentation

◆ getDispositionFlag()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.getDispositionFlag ( )

Gets the value of the dispositionFlag property.

Returns
possible object is String

Definition at line 279 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ getFinalLocationCode()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.getFinalLocationCode ( )

Gets the value of the finalLocationCode property.

Returns
possible object is String

Definition at line 135 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ getGeoTour()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.getGeoTour ( )

Gets the value of the geoTour property.

Returns
possible object is String

Definition at line 231 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ getHubLocation()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.getHubLocation ( )

Gets the value of the hubLocation property.

Returns
possible object is String

Definition at line 183 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ getInboundSortingFlag()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.getInboundSortingFlag ( )

Gets the value of the inboundSortingFlag property.

Returns
possible object is String

Definition at line 111 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ getLastRoutingDate()

Date eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.getLastRoutingDate ( )

Gets the value of the lastRoutingDate property.

Returns
possible object is String

Definition at line 207 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ getLoadingArea()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.getLoadingArea ( )

Gets the value of the loadingArea property.

Returns
possible object is String

Definition at line 255 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ getPickupLocationCode()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.getPickupLocationCode ( )

Gets the value of the pickupLocationCode property.

Returns
possible object is String

Definition at line 159 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ getTour()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.getTour ( )

Gets the value of the tour property.

Returns
possible object is String

Definition at line 87 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ setDispositionFlag()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.setDispositionFlag ( String  value)

Sets the value of the dispositionFlag property.

Parameters
valueallowed object is String

Definition at line 291 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ setFinalLocationCode()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.setFinalLocationCode ( String  value)

Sets the value of the finalLocationCode property.

Parameters
valueallowed object is String

Definition at line 147 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ setGeoTour()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.setGeoTour ( String  value)

Sets the value of the geoTour property.

Parameters
valueallowed object is String

Definition at line 243 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ setHubLocation()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.setHubLocation ( String  value)

Sets the value of the hubLocation property.

Parameters
valueallowed object is String

Definition at line 195 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ setInboundSortingFlag()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.setInboundSortingFlag ( String  value)

Sets the value of the inboundSortingFlag property.

Parameters
valueallowed object is String

Definition at line 123 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ setLastRoutingDate()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.setLastRoutingDate ( Date  value)

Sets the value of the lastRoutingDate property.

Parameters
valueallowed object is String

Definition at line 219 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ setLoadingArea()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.setLoadingArea ( String  value)

Sets the value of the loadingArea property.

Parameters
valueallowed object is String

Definition at line 267 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ setPickupLocationCode()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.setPickupLocationCode ( String  value)

Sets the value of the pickupLocationCode property.

Parameters
valueallowed object is String

Definition at line 171 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

◆ setTour()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.setTour ( String  value)

Sets the value of the tour property.

Parameters
valueallowed object is String

Definition at line 99 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/RoutingInfo.java.

Member Data Documentation

◆ dispositionFlag

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.dispositionFlag
protected

◆ finalLocationCode

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.finalLocationCode
protected

◆ geoTour

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.geoTour
protected

◆ hubLocation

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.hubLocation
protected

◆ inboundSortingFlag

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.inboundSortingFlag
protected

◆ lastRoutingDate

Date eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.lastRoutingDate
protected

◆ loadingArea

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.loadingArea
protected

◆ pickupLocationCode

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.pickupLocationCode
protected

◆ tour

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.RoutingInfo.tour
protected

The documentation for this class was generated from the following file: