|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getCountryCode () |
| void | setCountryCode (String value) |
| String | getZIPCode () |
| void | setZIPCode (String value) |
Protected Attributes | |
| String | countryCode |
| String | zipCode |
Location details for source and destination objects
Java class for Location complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Location">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CountryCode" type="{http://fpcs.gls-group.eu/v1/Common}CountryCode"/>
<element name="ZIPCode" type="{http://fpcs.gls-group.eu/v1/Common}ZIPCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 40 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Location.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Location.getCountryCode | ( | ) |
Gets the value of the countryCode property.
Definition at line 55 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Location.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Location.getZIPCode | ( | ) |
Gets the value of the zipCode property.
Definition at line 79 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Location.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Location.setCountryCode | ( | String | value | ) |
Sets the value of the countryCode property.
| value | allowed object is String |
Definition at line 67 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Location.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Location.setZIPCode | ( | String | value | ) |
Sets the value of the zipCode property.
| value | allowed object is String |
Definition at line 91 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Location.java.
|
protected |
Definition at line 43 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Location.java.
|
protected |
Definition at line 45 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Location.java.
1.8.13