public class Login 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="applicationCredentials" type="{http://Checkmarx.com}Credentials" minOccurs="0"/>
<element name="lcid" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Credentials |
applicationCredentials |
protected int |
lcid |
| Constructor and Description |
|---|
Login() |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
getApplicationCredentials()
Gets the value of the applicationCredentials property.
|
int |
getLcid()
Gets the value of the lcid property.
|
void |
setApplicationCredentials(Credentials value)
Sets the value of the applicationCredentials property.
|
void |
setLcid(int value)
Sets the value of the lcid property.
|
protected Credentials applicationCredentials
protected int lcid
public Credentials getApplicationCredentials()
Credentialspublic void setApplicationCredentials(Credentials value)
value - allowed object is
Credentialspublic int getLcid()
public void setLcid(int value)
Copyright © 2020. All rights reserved.