|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| String | getCountry () |
| void | setCountry (String value) |
| String | getRegion () |
| void | setRegion (String value) |
| String | getContact () |
| void | setContact (String value) |
| String | getExtension () |
| void | setExtension (String value) |
Protected Attributes | |
| String | country |
| String | region |
| String | contact |
| String | extension |
Java class for GLSPhonenumber complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GLSPhonenumber">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Region" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Contact" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Extension" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 39 of file GLSPhonenumber.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.getContact | ( | ) |
Gets the value of the contact property.
Definition at line 106 of file GLSPhonenumber.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.getCountry | ( | ) |
Gets the value of the country property.
Definition at line 58 of file GLSPhonenumber.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.getExtension | ( | ) |
Gets the value of the extension property.
Definition at line 130 of file GLSPhonenumber.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.getRegion | ( | ) |
Gets the value of the region property.
Definition at line 82 of file GLSPhonenumber.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.setContact | ( | String | value | ) |
Sets the value of the contact property.
| value | allowed object is String |
Definition at line 118 of file GLSPhonenumber.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.setCountry | ( | String | value | ) |
Sets the value of the country property.
| value | allowed object is String |
Definition at line 70 of file GLSPhonenumber.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.setExtension | ( | String | value | ) |
Sets the value of the extension property.
| value | allowed object is String |
Definition at line 142 of file GLSPhonenumber.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.setRegion | ( | String | value | ) |
Sets the value of the region property.
| value | allowed object is String |
Definition at line 94 of file GLSPhonenumber.java.
|
protected |
Definition at line 46 of file GLSPhonenumber.java.
|
protected |
Definition at line 42 of file GLSPhonenumber.java.
|
protected |
Definition at line 48 of file GLSPhonenumber.java.
|
protected |
Definition at line 44 of file GLSPhonenumber.java.
1.8.13