|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
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 |
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 gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.getDispositionFlag | ( | ) |
Gets the value of the dispositionFlag property.
Definition at line 279 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.getFinalLocationCode | ( | ) |
Gets the value of the finalLocationCode property.
Definition at line 135 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.getGeoTour | ( | ) |
Gets the value of the geoTour property.
Definition at line 231 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.getHubLocation | ( | ) |
Gets the value of the hubLocation property.
Definition at line 183 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.getInboundSortingFlag | ( | ) |
Gets the value of the inboundSortingFlag property.
Definition at line 111 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| Date eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.getLastRoutingDate | ( | ) |
Gets the value of the lastRoutingDate property.
Definition at line 207 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.getLoadingArea | ( | ) |
Gets the value of the loadingArea property.
Definition at line 255 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.getPickupLocationCode | ( | ) |
Gets the value of the pickupLocationCode property.
Definition at line 159 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.getTour | ( | ) |
Gets the value of the tour property.
Definition at line 87 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.setDispositionFlag | ( | String | value | ) |
Sets the value of the dispositionFlag property.
| value | allowed object is String |
Definition at line 291 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.setFinalLocationCode | ( | String | value | ) |
Sets the value of the finalLocationCode property.
| value | allowed object is String |
Definition at line 147 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.setGeoTour | ( | String | value | ) |
Sets the value of the geoTour property.
| value | allowed object is String |
Definition at line 243 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.setHubLocation | ( | String | value | ) |
Sets the value of the hubLocation property.
| value | allowed object is String |
Definition at line 195 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.setInboundSortingFlag | ( | String | value | ) |
Sets the value of the inboundSortingFlag property.
| value | allowed object is String |
Definition at line 123 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.setLastRoutingDate | ( | Date | value | ) |
Sets the value of the lastRoutingDate property.
| value | allowed object is String |
Definition at line 219 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.setLoadingArea | ( | String | value | ) |
Sets the value of the loadingArea property.
| value | allowed object is String |
Definition at line 267 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.setPickupLocationCode | ( | String | value | ) |
Sets the value of the pickupLocationCode property.
| value | allowed object is String |
Definition at line 171 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.RoutingInfo.setTour | ( | String | value | ) |
Sets the value of the tour property.
| value | allowed object is String |
Definition at line 99 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
|
protected |
Definition at line 77 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
|
protected |
Definition at line 63 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
|
protected |
Definition at line 73 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
|
protected |
Definition at line 67 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
|
protected |
Definition at line 61 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
|
protected |
Definition at line 71 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
|
protected |
Definition at line 75 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
|
protected |
Definition at line 65 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
|
protected |
Definition at line 59 of file gls_group/fpcs/v1/shipmentprocessing/types/RoutingInfo.java.
1.8.13