public class SamlLoginResponse 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="SamlLoginResult" type="{http://Checkmarx.com}CxWSResponseLoginData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseLoginData |
samlLoginResult |
| Constructor and Description |
|---|
SamlLoginResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseLoginData |
getSamlLoginResult()
Gets the value of the samlLoginResult property.
|
void |
setSamlLoginResult(CxWSResponseLoginData value)
Sets the value of the samlLoginResult property.
|
protected CxWSResponseLoginData samlLoginResult
public CxWSResponseLoginData getSamlLoginResult()
CxWSResponseLoginDatapublic void setSamlLoginResult(CxWSResponseLoginData value)
value - allowed object is
CxWSResponseLoginDataCopyright © 2020. All rights reserved.