|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| String | getUserName () |
| void | setUserName (String value) |
| String | getPassword () |
| void | setPassword (String value) |
Protected Attributes | |
| String | userName |
| String | password |
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 35 of file GLSUserCredentials.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSUserCredentials.getPassword | ( | ) |
Gets the value of the password property.
Definition at line 74 of file GLSUserCredentials.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSUserCredentials.getUserName | ( | ) |
Gets the value of the userName property.
Definition at line 50 of file GLSUserCredentials.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSUserCredentials.setPassword | ( | String | value | ) |
Sets the value of the password property.
| value | allowed object is String |
Definition at line 86 of file GLSUserCredentials.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSUserCredentials.setUserName | ( | String | value | ) |
Sets the value of the userName property.
| value | allowed object is String |
Definition at line 62 of file GLSUserCredentials.java.
|
protected |
Definition at line 40 of file GLSUserCredentials.java.
|
protected |
Definition at line 38 of file GLSUserCredentials.java.
1.8.13