public class Login extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="result" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="token" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="cookieprefix" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sessionid" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cookieprefix |
protected String |
lgtoken |
protected String |
lguserid |
protected String |
lgusername |
protected String |
result |
protected String |
sessionid |
protected String |
token |
protected String |
value |
| Constructor and Description |
|---|
Login() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCookieprefix()
Gets the value of the cookieprefix property.
|
String |
getLgtoken() |
String |
getLguserid() |
String |
getLgusername() |
String |
getResult()
Gets the value of the result property.
|
String |
getSessionid()
Gets the value of the sessionid property.
|
String |
getToken()
Gets the value of the token property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCookieprefix(String value)
Sets the value of the cookieprefix property.
|
void |
setLgtoken(String lgtoken) |
void |
setLguserid(String lguserid) |
void |
setLgusername(String lgusername) |
void |
setResult(String value)
Sets the value of the result property.
|
void |
setSessionid(String value)
Sets the value of the sessionid property.
|
void |
setToken(String value)
Sets the value of the token property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String result
protected String token
protected String cookieprefix
protected String sessionid
protected String lguserid
protected String lgusername
protected String lgtoken
public String getLguserid()
public void setLguserid(String lguserid)
lguserid - the lguserid to setpublic String getLgusername()
public void setLgusername(String lgusername)
lgusername - the lgusername to setpublic String getLgtoken()
public void setLgtoken(String lgtoken)
lgtoken - the lgtoken to setpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getResult()
Stringpublic void setResult(String value)
value - allowed object is
Stringpublic String getToken()
Stringpublic void setToken(String value)
value - allowed object is
Stringpublic String getCookieprefix()
Stringpublic void setCookieprefix(String value)
value - allowed object is
Stringpublic String getSessionid()
StringCopyright © 2018 BITPlan GmbH. All rights reserved.