|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| String | getName1 () |
| void | setName1 (String value) |
| String | getName2 () |
| void | setName2 (String value) |
| String | getName3 () |
| void | setName3 (String value) |
| String | getContactName () |
| void | setContactName (String value) |
| String | getStreet1 () |
| void | setStreet1 (String value) |
| String | getBlockNo1 () |
| void | setBlockNo1 (String value) |
| String | getStreet2 () |
| void | setStreet2 (String value) |
| String | getBlockNo2 () |
| void | setBlockNo2 (String value) |
| String | getZipCode () |
| void | setZipCode (String value) |
| String | getCity () |
| void | setCity (String value) |
| String | getProvince () |
| void | setProvince (String value) |
| String | getCountry () |
| void | setCountry (String value) |
Protected Attributes | |
| String | name1 |
| String | name2 |
| String | name3 |
| String | contactName |
| String | street1 |
| String | blockNo1 |
| String | street2 |
| String | blockNo2 |
| String | zipCode |
| String | city |
| String | province |
| String | country |
Java class for GLSAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GLSAddress">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name1" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Name2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContactName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Street1" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BlockNo1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Street2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BlockNo2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ZipCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="City" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Province" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Country" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 55 of file GLSAddress.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSAddress.getBlockNo1 | ( | ) |
Gets the value of the blockNo1 property.
Definition at line 210 of file GLSAddress.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSAddress.getBlockNo2 | ( | ) |
Gets the value of the blockNo2 property.
Definition at line 258 of file GLSAddress.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSAddress.getCity | ( | ) |
Gets the value of the city property.
Definition at line 306 of file GLSAddress.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSAddress.getContactName | ( | ) |
Gets the value of the contactName property.
Definition at line 162 of file GLSAddress.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSAddress.getCountry | ( | ) |
Gets the value of the country property.
Definition at line 354 of file GLSAddress.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSAddress.getName1 | ( | ) |
Gets the value of the name1 property.
Definition at line 90 of file GLSAddress.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSAddress.getName2 | ( | ) |
Gets the value of the name2 property.
Definition at line 114 of file GLSAddress.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSAddress.getName3 | ( | ) |
Gets the value of the name3 property.
Definition at line 138 of file GLSAddress.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSAddress.getProvince | ( | ) |
Gets the value of the province property.
Definition at line 330 of file GLSAddress.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSAddress.getStreet1 | ( | ) |
Gets the value of the street1 property.
Definition at line 186 of file GLSAddress.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSAddress.getStreet2 | ( | ) |
Gets the value of the street2 property.
Definition at line 234 of file GLSAddress.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSAddress.getZipCode | ( | ) |
Gets the value of the zipCode property.
Definition at line 282 of file GLSAddress.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSAddress.setBlockNo1 | ( | String | value | ) |
Sets the value of the blockNo1 property.
| value | allowed object is String |
Definition at line 222 of file GLSAddress.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSAddress.setBlockNo2 | ( | String | value | ) |
Sets the value of the blockNo2 property.
| value | allowed object is String |
Definition at line 270 of file GLSAddress.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSAddress.setCity | ( | String | value | ) |
Sets the value of the city property.
| value | allowed object is String |
Definition at line 318 of file GLSAddress.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSAddress.setContactName | ( | String | value | ) |
Sets the value of the contactName property.
| value | allowed object is String |
Definition at line 174 of file GLSAddress.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSAddress.setCountry | ( | String | value | ) |
Sets the value of the country property.
| value | allowed object is String |
Definition at line 366 of file GLSAddress.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSAddress.setName1 | ( | String | value | ) |
Sets the value of the name1 property.
| value | allowed object is String |
Definition at line 102 of file GLSAddress.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSAddress.setName2 | ( | String | value | ) |
Sets the value of the name2 property.
| value | allowed object is String |
Definition at line 126 of file GLSAddress.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSAddress.setName3 | ( | String | value | ) |
Sets the value of the name3 property.
| value | allowed object is String |
Definition at line 150 of file GLSAddress.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSAddress.setProvince | ( | String | value | ) |
Sets the value of the province property.
| value | allowed object is String |
Definition at line 342 of file GLSAddress.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSAddress.setStreet1 | ( | String | value | ) |
Sets the value of the street1 property.
| value | allowed object is String |
Definition at line 198 of file GLSAddress.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSAddress.setStreet2 | ( | String | value | ) |
Sets the value of the street2 property.
| value | allowed object is String |
Definition at line 246 of file GLSAddress.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSAddress.setZipCode | ( | String | value | ) |
Sets the value of the zipCode property.
| value | allowed object is String |
Definition at line 294 of file GLSAddress.java.
|
protected |
Definition at line 68 of file GLSAddress.java.
|
protected |
Definition at line 72 of file GLSAddress.java.
|
protected |
Definition at line 76 of file GLSAddress.java.
|
protected |
Definition at line 64 of file GLSAddress.java.
|
protected |
Definition at line 80 of file GLSAddress.java.
|
protected |
Definition at line 58 of file GLSAddress.java.
|
protected |
Definition at line 60 of file GLSAddress.java.
|
protected |
Definition at line 62 of file GLSAddress.java.
|
protected |
Definition at line 78 of file GLSAddress.java.
|
protected |
Definition at line 66 of file GLSAddress.java.
|
protected |
Definition at line 70 of file GLSAddress.java.
|
protected |
Definition at line 74 of file GLSAddress.java.
1.8.13