GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.ws.parcelshopsearch.GLSParcelShop Class Reference

Public Member Functions

String getParcelShopId ()
 
void setParcelShopId (String value)
 
GLSAddress getAddress ()
 
void setAddress (GLSAddress value)
 
GLSPhonenumber getPhone ()
 
void setPhone (GLSPhonenumber value)
 
GLSPhonenumber getMobile ()
 
void setMobile (GLSPhonenumber value)
 
GLSPhonenumber getFax ()
 
void setFax (GLSPhonenumber value)
 
String getEmail ()
 
void setEmail (String value)
 
String getURL ()
 
void setURL (String value)
 
GLSCoordinates getGLSCoordinates ()
 
void setGLSCoordinates (GLSCoordinates value)
 
List< GLSWorkingDaygetGLSWorkingDay ()
 

Protected Attributes

String parcelShopId
 
GLSAddress address
 
GLSPhonenumber phone
 
GLSPhonenumber mobile
 
GLSPhonenumber fax
 
String email
 
String url
 
GLSCoordinates glsCoordinates
 
List< GLSWorkingDayglsWorkingDay
 

Detailed Description

Java class for GLSParcelShop complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="GLSParcelShop">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="ParcelShopId" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="Address" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSAddress"/>
        <element name="Phone" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSPhonenumber" minOccurs="0"/>
        <element name="Mobile" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSPhonenumber" minOccurs="0"/>
        <element name="Fax" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSPhonenumber" minOccurs="0"/>
        <element name="Email" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="GLSCoordinates" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSCoordinates"/>
        <element name="GLSWorkingDay" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSWorkingDay" maxOccurs="7" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 51 of file GLSParcelShop.java.

Member Function Documentation

GLSAddress eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.getAddress ( )

Gets the value of the address property.

Returns
possible object is GLSAddress

Definition at line 104 of file GLSParcelShop.java.

String eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.getEmail ( )

Gets the value of the email property.

Returns
possible object is String

Definition at line 200 of file GLSParcelShop.java.

GLSPhonenumber eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.getFax ( )

Gets the value of the fax property.

Returns
possible object is GLSPhonenumber

Definition at line 176 of file GLSParcelShop.java.

GLSCoordinates eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.getGLSCoordinates ( )

Gets the value of the glsCoordinates property.

Returns
possible object is GLSCoordinates

Definition at line 248 of file GLSParcelShop.java.

List<GLSWorkingDay> eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.getGLSWorkingDay ( )

Gets the value of the glsWorkingDay property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the glsWorkingDay property.

For example, to add a new item, do as follows:

   getGLSWorkingDay().add(newItem);

Objects of the following type(s) are allowed in the list GLSWorkingDay

Definition at line 286 of file GLSParcelShop.java.

GLSPhonenumber eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.getMobile ( )

Gets the value of the mobile property.

Returns
possible object is GLSPhonenumber

Definition at line 152 of file GLSParcelShop.java.

String eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.getParcelShopId ( )

Gets the value of the parcelShopId property.

Returns
possible object is String

Definition at line 80 of file GLSParcelShop.java.

GLSPhonenumber eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.getPhone ( )

Gets the value of the phone property.

Returns
possible object is GLSPhonenumber

Definition at line 128 of file GLSParcelShop.java.

String eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.getURL ( )

Gets the value of the url property.

Returns
possible object is String

Definition at line 224 of file GLSParcelShop.java.

void eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.setAddress ( GLSAddress  value)

Sets the value of the address property.

Parameters
valueallowed object is GLSAddress

Definition at line 116 of file GLSParcelShop.java.

void eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.setEmail ( String  value)

Sets the value of the email property.

Parameters
valueallowed object is String

Definition at line 212 of file GLSParcelShop.java.

void eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.setFax ( GLSPhonenumber  value)

Sets the value of the fax property.

Parameters
valueallowed object is GLSPhonenumber

Definition at line 188 of file GLSParcelShop.java.

void eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.setGLSCoordinates ( GLSCoordinates  value)

Sets the value of the glsCoordinates property.

Parameters
valueallowed object is GLSCoordinates

Definition at line 260 of file GLSParcelShop.java.

void eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.setMobile ( GLSPhonenumber  value)

Sets the value of the mobile property.

Parameters
valueallowed object is GLSPhonenumber

Definition at line 164 of file GLSParcelShop.java.

void eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.setParcelShopId ( String  value)

Sets the value of the parcelShopId property.

Parameters
valueallowed object is String

Definition at line 92 of file GLSParcelShop.java.

void eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.setPhone ( GLSPhonenumber  value)

Sets the value of the phone property.

Parameters
valueallowed object is GLSPhonenumber

Definition at line 140 of file GLSParcelShop.java.

void eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.setURL ( String  value)

Sets the value of the url property.

Parameters
valueallowed object is String

Definition at line 236 of file GLSParcelShop.java.

Member Data Documentation

GLSAddress eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.address
protected

Definition at line 56 of file GLSParcelShop.java.

String eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.email
protected

Definition at line 64 of file GLSParcelShop.java.

GLSPhonenumber eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.fax
protected

Definition at line 62 of file GLSParcelShop.java.

GLSCoordinates eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.glsCoordinates
protected

Definition at line 68 of file GLSParcelShop.java.

List<GLSWorkingDay> eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.glsWorkingDay
protected

Definition at line 70 of file GLSParcelShop.java.

GLSPhonenumber eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.mobile
protected

Definition at line 60 of file GLSParcelShop.java.

String eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.parcelShopId
protected

Definition at line 54 of file GLSParcelShop.java.

GLSPhonenumber eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.phone
protected

Definition at line 58 of file GLSParcelShop.java.

String eu.glsgroup.ws.parcelshopsearch.GLSParcelShop.url
protected

Definition at line 66 of file GLSParcelShop.java.


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