GLS ShipIT  2.8.11
GLS ShipIT - SOAP services
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 33 of file GetParcelShopByCountryCodeRequestType.java.

Member Function Documentation

◆ getCountryCode()

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

Gets the value of the countryCode property.

Returns
possible object is String

Definition at line 72 of file GetParcelShopByCountryCodeRequestType.java.

◆ getCredentials()

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

Gets the value of the credentials property.

Returns
possible object is GLSUserCredentials

Definition at line 48 of file GetParcelShopByCountryCodeRequestType.java.

◆ setCountryCode()

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

Sets the value of the countryCode property.

Parameters
valueallowed object is String

Definition at line 84 of file GetParcelShopByCountryCodeRequestType.java.

◆ setCredentials()

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

Sets the value of the credentials property.

Parameters
valueallowed object is GLSUserCredentials

Definition at line 60 of file GetParcelShopByCountryCodeRequestType.java.

Member Data Documentation

◆ countryCode

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

Definition at line 38 of file GetParcelShopByCountryCodeRequestType.java.

◆ credentials

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

Definition at line 36 of file GetParcelShopByCountryCodeRequestType.java.


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