|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| String | getCountryCode () |
| void | setCountryCode (String value) |
Protected Attributes | |
| String | countryCode |
Nationality (country code)
Java class for Nationality complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Nationality">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://fpcs.gls-group.eu/v1/Common}CountryCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 37 of file Nationality.java.
| String eu.gls_group.fpcs.v1.common.Nationality.getCountryCode | ( | ) |
Gets the value of the countryCode property.
Definition at line 50 of file Nationality.java.
| void eu.gls_group.fpcs.v1.common.Nationality.setCountryCode | ( | String | value | ) |
Sets the value of the countryCode property.
| value | allowed object is String |
Definition at line 62 of file Nationality.java.
|
protected |
Definition at line 40 of file Nationality.java.
1.8.13