public class SamlLogin extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lcid" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
lcid |
protected String |
token |
| Constructor and Description |
|---|
SamlLogin() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLcid()
Gets the value of the lcid property.
|
String |
getToken()
Gets the value of the token property.
|
void |
setLcid(int value)
Sets the value of the lcid property.
|
void |
setToken(String value)
Sets the value of the token property.
|
protected String token
protected int lcid
public String getToken()
Stringpublic void setToken(String value)
value - allowed object is
Stringpublic int getLcid()
public void setLcid(int value)
Copyright © 2020. All rights reserved.