public class CxWSLdapGroupMapping extends Object
Java class for CxWSLdapGroupMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSLdapGroupMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LdapServerId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LdapGroup" type="{http://Checkmarx.com}CxWSLdapGroup" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSLdapGroup |
ldapGroup |
protected int |
ldapServerId |
| Constructor and Description |
|---|
CxWSLdapGroupMapping() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CxWSLdapGroup |
getLdapGroup()
Gets the value of the ldapGroup property.
|
int |
getLdapServerId()
Gets the value of the ldapServerId property.
|
void |
setLdapGroup(CxWSLdapGroup value)
Sets the value of the ldapGroup property.
|
void |
setLdapServerId(int value)
Sets the value of the ldapServerId property.
|
protected int ldapServerId
protected CxWSLdapGroup ldapGroup
public int getLdapServerId()
public void setLdapServerId(int value)
public CxWSLdapGroup getLdapGroup()
CxWSLdapGrouppublic void setLdapGroup(CxWSLdapGroup value)
value - allowed object is
CxWSLdapGroupCopyright © 2020. All rights reserved.