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