|
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 | getHubLocation () |
| void | setHubLocation (String value) |
| Date | getLastRoutingDate () |
| void | setLastRoutingDate (Date value) |
Protected Attributes | |
| String | tour |
| String | inboundSortingFlag |
| String | finalLocationCode |
| String | hubLocation |
| Date | lastRoutingDate |
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="HubLocation" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LastRoutingDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 48 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
| String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.RoutingInfo.getFinalLocationCode | ( | ) |
Gets the value of the finalLocationCode property.
Definition at line 119 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
| String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.RoutingInfo.getHubLocation | ( | ) |
Gets the value of the hubLocation property.
Definition at line 143 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
| String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.RoutingInfo.getInboundSortingFlag | ( | ) |
Gets the value of the inboundSortingFlag property.
Definition at line 95 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
| Date eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.RoutingInfo.getLastRoutingDate | ( | ) |
Gets the value of the lastRoutingDate property.
Definition at line 167 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
| String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.RoutingInfo.getTour | ( | ) |
Gets the value of the tour property.
Definition at line 71 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.RoutingInfo.setFinalLocationCode | ( | String | value | ) |
Sets the value of the finalLocationCode property.
| value | allowed object is String |
Definition at line 131 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.RoutingInfo.setHubLocation | ( | String | value | ) |
Sets the value of the hubLocation property.
| value | allowed object is String |
Definition at line 155 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.RoutingInfo.setInboundSortingFlag | ( | String | value | ) |
Sets the value of the inboundSortingFlag property.
| value | allowed object is String |
Definition at line 107 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.RoutingInfo.setLastRoutingDate | ( | Date | value | ) |
Sets the value of the lastRoutingDate property.
| value | allowed object is String |
Definition at line 179 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.RoutingInfo.setTour | ( | String | value | ) |
Sets the value of the tour property.
| value | allowed object is String |
Definition at line 83 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
|
protected |
Definition at line 55 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
|
protected |
Definition at line 57 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
|
protected |
Definition at line 53 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
|
protected |
Definition at line 61 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
|
protected |
Definition at line 51 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/RoutingInfo.java.
1.8.13