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

Public Member Functions

String getUserName ()
 
void setUserName (String value)
 
String getPassword ()
 
void setPassword (String value)
 

Protected Attributes

String userName
 
String password
 

Detailed Description

Java class for GLSUserCredentials complex type.

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

<complexType name="GLSUserCredentials">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 33 of file GLSUserCredentials.java.

Member Function Documentation

◆ getPassword()

String eu.glsgroup.ws.parcelshopsearch.GLSUserCredentials.getPassword ( )

Gets the value of the password property.

Returns
possible object is String

Definition at line 72 of file GLSUserCredentials.java.

◆ getUserName()

String eu.glsgroup.ws.parcelshopsearch.GLSUserCredentials.getUserName ( )

Gets the value of the userName property.

Returns
possible object is String

Definition at line 48 of file GLSUserCredentials.java.

◆ setPassword()

void eu.glsgroup.ws.parcelshopsearch.GLSUserCredentials.setPassword ( String  value)

Sets the value of the password property.

Parameters
valueallowed object is String

Definition at line 84 of file GLSUserCredentials.java.

◆ setUserName()

void eu.glsgroup.ws.parcelshopsearch.GLSUserCredentials.setUserName ( String  value)

Sets the value of the userName property.

Parameters
valueallowed object is String

Definition at line 60 of file GLSUserCredentials.java.

Member Data Documentation

◆ password

String eu.glsgroup.ws.parcelshopsearch.GLSUserCredentials.password
protected

Definition at line 38 of file GLSUserCredentials.java.

◆ userName

String eu.glsgroup.ws.parcelshopsearch.GLSUserCredentials.userName
protected

Definition at line 36 of file GLSUserCredentials.java.


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