|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getName1 () |
| void | setName1 (String value) |
| String | getName2 () |
| void | setName2 (String value) |
| String | getName3 () |
| void | setName3 (String value) |
| String | getCountryCode () |
| void | setCountryCode (String value) |
| String | getProvince () |
| void | setProvince (String value) |
| String | getZIPCode () |
| void | setZIPCode (String value) |
| String | getCity () |
| void | setCity (String value) |
| String | getStreet () |
| void | setStreet (String value) |
| String | getStreetNumber () |
| void | setStreetNumber (String value) |
| String | getEMail () |
| void | setEMail (String value) |
| String | getContactPerson () |
| void | setContactPerson (String value) |
| String | getFixedLinePhonenumber () |
| void | setFixedLinePhonenumber (String value) |
| String | getMobilePhoneNumber () |
| void | setMobilePhoneNumber (String value) |
Protected Attributes | |
| String | name1 |
| String | name2 |
| String | name3 |
| String | countryCode |
| String | province |
| String | zipCode |
| String | city |
| String | street |
| String | streetNumber |
| String | |
| String | contactPerson |
| String | fixedLinePhonenumber |
| String | mobilePhoneNumber |
Address attributes
Java class for Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Address">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name1" type="{http://fpcs.gls-group.eu/v1/Common}AddressName"/>
<element name="Name2" type="{http://fpcs.gls-group.eu/v1/Common}AddressName" minOccurs="0"/>
<element name="Name3" type="{http://fpcs.gls-group.eu/v1/Common}AddressName" minOccurs="0"/>
<element name="CountryCode" type="{http://fpcs.gls-group.eu/v1/Common}CountryCode"/>
<element name="Province" type="{http://fpcs.gls-group.eu/v1/Common}Province" minOccurs="0"/>
<element name="ZIPCode" type="{http://fpcs.gls-group.eu/v1/Common}ZIPCode" minOccurs="0"/>
<element name="City" type="{http://fpcs.gls-group.eu/v1/Common}City"/>
<element name="Street" type="{http://fpcs.gls-group.eu/v1/Common}StreetName"/>
<element name="StreetNumber" type="{http://fpcs.gls-group.eu/v1/Common}StreetNumber" minOccurs="0"/>
<element name="eMail" type="{http://fpcs.gls-group.eu/v1/Common}eMail" minOccurs="0"/>
<element name="ContactPerson" type="{http://fpcs.gls-group.eu/v1/Common}ContactPerson" minOccurs="0"/>
<element name="FixedLinePhonenumber" type="{http://fpcs.gls-group.eu/v1/Common}FixedLinePhonenumber" minOccurs="0"/>
<element name="MobilePhoneNumber" type="{http://fpcs.gls-group.eu/v1/Common}MobilePhoneNumber" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 60 of file gls_group/fpcs/v1/common/Address.java.
| String eu.gls_group.fpcs.v1.common.Address.getCity | ( | ) |
Gets the value of the city property.
Definition at line 240 of file gls_group/fpcs/v1/common/Address.java.
| String eu.gls_group.fpcs.v1.common.Address.getContactPerson | ( | ) |
Gets the value of the contactPerson property.
Definition at line 336 of file gls_group/fpcs/v1/common/Address.java.
| String eu.gls_group.fpcs.v1.common.Address.getCountryCode | ( | ) |
Gets the value of the countryCode property.
Definition at line 168 of file gls_group/fpcs/v1/common/Address.java.
| String eu.gls_group.fpcs.v1.common.Address.getEMail | ( | ) |
Gets the value of the eMail property.
Definition at line 312 of file gls_group/fpcs/v1/common/Address.java.
| String eu.gls_group.fpcs.v1.common.Address.getFixedLinePhonenumber | ( | ) |
Gets the value of the fixedLinePhonenumber property.
Definition at line 360 of file gls_group/fpcs/v1/common/Address.java.
| String eu.gls_group.fpcs.v1.common.Address.getMobilePhoneNumber | ( | ) |
Gets the value of the mobilePhoneNumber property.
Definition at line 384 of file gls_group/fpcs/v1/common/Address.java.
| String eu.gls_group.fpcs.v1.common.Address.getName1 | ( | ) |
Gets the value of the name1 property.
Definition at line 96 of file gls_group/fpcs/v1/common/Address.java.
| String eu.gls_group.fpcs.v1.common.Address.getName2 | ( | ) |
Gets the value of the name2 property.
Definition at line 120 of file gls_group/fpcs/v1/common/Address.java.
| String eu.gls_group.fpcs.v1.common.Address.getName3 | ( | ) |
Gets the value of the name3 property.
Definition at line 144 of file gls_group/fpcs/v1/common/Address.java.
| String eu.gls_group.fpcs.v1.common.Address.getProvince | ( | ) |
Gets the value of the province property.
Definition at line 192 of file gls_group/fpcs/v1/common/Address.java.
| String eu.gls_group.fpcs.v1.common.Address.getStreet | ( | ) |
Gets the value of the street property.
Definition at line 264 of file gls_group/fpcs/v1/common/Address.java.
| String eu.gls_group.fpcs.v1.common.Address.getStreetNumber | ( | ) |
Gets the value of the streetNumber property.
Definition at line 288 of file gls_group/fpcs/v1/common/Address.java.
| String eu.gls_group.fpcs.v1.common.Address.getZIPCode | ( | ) |
Gets the value of the zipCode property.
Definition at line 216 of file gls_group/fpcs/v1/common/Address.java.
| void eu.gls_group.fpcs.v1.common.Address.setCity | ( | String | value | ) |
Sets the value of the city property.
| value | allowed object is String |
Definition at line 252 of file gls_group/fpcs/v1/common/Address.java.
| void eu.gls_group.fpcs.v1.common.Address.setContactPerson | ( | String | value | ) |
Sets the value of the contactPerson property.
| value | allowed object is String |
Definition at line 348 of file gls_group/fpcs/v1/common/Address.java.
| void eu.gls_group.fpcs.v1.common.Address.setCountryCode | ( | String | value | ) |
Sets the value of the countryCode property.
| value | allowed object is String |
Definition at line 180 of file gls_group/fpcs/v1/common/Address.java.
| void eu.gls_group.fpcs.v1.common.Address.setEMail | ( | String | value | ) |
Sets the value of the eMail property.
| value | allowed object is String |
Definition at line 324 of file gls_group/fpcs/v1/common/Address.java.
| void eu.gls_group.fpcs.v1.common.Address.setFixedLinePhonenumber | ( | String | value | ) |
Sets the value of the fixedLinePhonenumber property.
| value | allowed object is String |
Definition at line 372 of file gls_group/fpcs/v1/common/Address.java.
| void eu.gls_group.fpcs.v1.common.Address.setMobilePhoneNumber | ( | String | value | ) |
Sets the value of the mobilePhoneNumber property.
| value | allowed object is String |
Definition at line 396 of file gls_group/fpcs/v1/common/Address.java.
| void eu.gls_group.fpcs.v1.common.Address.setName1 | ( | String | value | ) |
Sets the value of the name1 property.
| value | allowed object is String |
Definition at line 108 of file gls_group/fpcs/v1/common/Address.java.
| void eu.gls_group.fpcs.v1.common.Address.setName2 | ( | String | value | ) |
Sets the value of the name2 property.
| value | allowed object is String |
Definition at line 132 of file gls_group/fpcs/v1/common/Address.java.
| void eu.gls_group.fpcs.v1.common.Address.setName3 | ( | String | value | ) |
Sets the value of the name3 property.
| value | allowed object is String |
Definition at line 156 of file gls_group/fpcs/v1/common/Address.java.
| void eu.gls_group.fpcs.v1.common.Address.setProvince | ( | String | value | ) |
Sets the value of the province property.
| value | allowed object is String |
Definition at line 204 of file gls_group/fpcs/v1/common/Address.java.
| void eu.gls_group.fpcs.v1.common.Address.setStreet | ( | String | value | ) |
Sets the value of the street property.
| value | allowed object is String |
Definition at line 276 of file gls_group/fpcs/v1/common/Address.java.
| void eu.gls_group.fpcs.v1.common.Address.setStreetNumber | ( | String | value | ) |
Sets the value of the streetNumber property.
| value | allowed object is String |
Definition at line 300 of file gls_group/fpcs/v1/common/Address.java.
| void eu.gls_group.fpcs.v1.common.Address.setZIPCode | ( | String | value | ) |
Sets the value of the zipCode property.
| value | allowed object is String |
Definition at line 228 of file gls_group/fpcs/v1/common/Address.java.
|
protected |
Definition at line 75 of file gls_group/fpcs/v1/common/Address.java.
|
protected |
Definition at line 82 of file gls_group/fpcs/v1/common/Address.java.
|
protected |
Definition at line 69 of file gls_group/fpcs/v1/common/Address.java.
|
protected |
Definition at line 80 of file gls_group/fpcs/v1/common/Address.java.
|
protected |
Definition at line 84 of file gls_group/fpcs/v1/common/Address.java.
|
protected |
Definition at line 86 of file gls_group/fpcs/v1/common/Address.java.
|
protected |
Definition at line 63 of file gls_group/fpcs/v1/common/Address.java.
|
protected |
Definition at line 65 of file gls_group/fpcs/v1/common/Address.java.
|
protected |
Definition at line 67 of file gls_group/fpcs/v1/common/Address.java.
|
protected |
Definition at line 71 of file gls_group/fpcs/v1/common/Address.java.
|
protected |
Definition at line 77 of file gls_group/fpcs/v1/common/Address.java.
|
protected |
Definition at line 79 of file gls_group/fpcs/v1/common/Address.java.
|
protected |
Definition at line 73 of file gls_group/fpcs/v1/common/Address.java.
1.8.13