GLS ShipIT  2.8.11
GLS ShipIT - REST services
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber Class Reference

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
 

Detailed Description

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 37 of file GLSPhonenumber.java.

Member Function Documentation

◆ getContact()

String eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.getContact ( )

Gets the value of the contact property.

Returns
possible object is String

Definition at line 104 of file GLSPhonenumber.java.

◆ getCountry()

String eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.getCountry ( )

Gets the value of the country property.

Returns
possible object is String

Definition at line 56 of file GLSPhonenumber.java.

◆ getExtension()

String eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.getExtension ( )

Gets the value of the extension property.

Returns
possible object is String

Definition at line 128 of file GLSPhonenumber.java.

◆ getRegion()

String eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.getRegion ( )

Gets the value of the region property.

Returns
possible object is String

Definition at line 80 of file GLSPhonenumber.java.

◆ setContact()

void eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.setContact ( String  value)

Sets the value of the contact property.

Parameters
valueallowed object is String

Definition at line 116 of file GLSPhonenumber.java.

◆ setCountry()

void eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.setCountry ( String  value)

Sets the value of the country property.

Parameters
valueallowed object is String

Definition at line 68 of file GLSPhonenumber.java.

◆ setExtension()

void eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.setExtension ( String  value)

Sets the value of the extension property.

Parameters
valueallowed object is String

Definition at line 140 of file GLSPhonenumber.java.

◆ setRegion()

void eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.setRegion ( String  value)

Sets the value of the region property.

Parameters
valueallowed object is String

Definition at line 92 of file GLSPhonenumber.java.

Member Data Documentation

◆ contact

String eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.contact
protected

Definition at line 44 of file GLSPhonenumber.java.

◆ country

String eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.country
protected

Definition at line 40 of file GLSPhonenumber.java.

◆ extension

String eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.extension
protected

Definition at line 46 of file GLSPhonenumber.java.

◆ region

String eu.glsgroup.ws.parcelshopsearch.GLSPhonenumber.region
protected

Definition at line 42 of file GLSPhonenumber.java.


The documentation for this class was generated from the following file: