public class StartSession
extends java.lang.Object
Java class for startSession complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="startSession">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="apiKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
apiKey |
protected java.lang.String |
password |
protected java.lang.String |
username |
| Constructor and Description |
|---|
StartSession() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApiKey()
Gets the value of the apiKey property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getUsername()
Gets the value of the username property.
|
void |
setApiKey(java.lang.String value)
Sets the value of the apiKey property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setUsername(java.lang.String value)
Sets the value of the username property.
|
protected java.lang.String username
protected java.lang.String password
protected java.lang.String apiKey
public java.lang.String getUsername()
Stringpublic void setUsername(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getApiKey()
Stringpublic void setApiKey(java.lang.String value)
value - allowed object is
String