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.GetParcelShopByCountryCodeRequestType Class Reference

Public Member Functions

GLSUserCredentials getCredentials ()
 
void setCredentials (GLSUserCredentials value)
 
String getCountryCode ()
 
void setCountryCode (String value)
 

Protected Attributes

GLSUserCredentials credentials
 
String countryCode
 

Detailed Description

Java class for GetParcelShopByCountryCodeRequestType complex type.

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

<complexType name="GetParcelShopByCountryCodeRequestType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Credentials" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSUserCredentials"/>
        <element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 35 of file GetParcelShopByCountryCodeRequestType.java.

Member Function Documentation

String eu.glsgroup.ws.parcelshopsearch.GetParcelShopByCountryCodeRequestType.getCountryCode ( )

Gets the value of the countryCode property.

Returns
possible object is String

Definition at line 74 of file GetParcelShopByCountryCodeRequestType.java.

GLSUserCredentials eu.glsgroup.ws.parcelshopsearch.GetParcelShopByCountryCodeRequestType.getCredentials ( )

Gets the value of the credentials property.

Returns
possible object is GLSUserCredentials

Definition at line 50 of file GetParcelShopByCountryCodeRequestType.java.

void eu.glsgroup.ws.parcelshopsearch.GetParcelShopByCountryCodeRequestType.setCountryCode ( String  value)

Sets the value of the countryCode property.

Parameters
valueallowed object is String

Definition at line 86 of file GetParcelShopByCountryCodeRequestType.java.

void eu.glsgroup.ws.parcelshopsearch.GetParcelShopByCountryCodeRequestType.setCredentials ( GLSUserCredentials  value)

Sets the value of the credentials property.

Parameters
valueallowed object is GLSUserCredentials

Definition at line 62 of file GetParcelShopByCountryCodeRequestType.java.

Member Data Documentation

String eu.glsgroup.ws.parcelshopsearch.GetParcelShopByCountryCodeRequestType.countryCode
protected

Definition at line 40 of file GetParcelShopByCountryCodeRequestType.java.

GLSUserCredentials eu.glsgroup.ws.parcelshopsearch.GetParcelShopByCountryCodeRequestType.credentials
protected

Definition at line 38 of file GetParcelShopByCountryCodeRequestType.java.


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