public class SetTeamLdapGroupsMapping 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="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="teamId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ldapGroups" type="{http://Checkmarx.com}ArrayOfCxWSLdapGroupMapping" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSLdapGroupMapping |
ldapGroups |
protected String |
sessionId |
protected String |
teamId |
| Constructor and Description |
|---|
SetTeamLdapGroupsMapping() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSLdapGroupMapping |
getLdapGroups()
Gets the value of the ldapGroups property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
String |
getTeamId()
Gets the value of the teamId property.
|
void |
setLdapGroups(ArrayOfCxWSLdapGroupMapping value)
Sets the value of the ldapGroups property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
void |
setTeamId(String value)
Sets the value of the teamId property.
|
protected String sessionId
protected String teamId
protected ArrayOfCxWSLdapGroupMapping ldapGroups
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic String getTeamId()
Stringpublic void setTeamId(String value)
value - allowed object is
Stringpublic ArrayOfCxWSLdapGroupMapping getLdapGroups()
ArrayOfCxWSLdapGroupMappingpublic void setLdapGroups(ArrayOfCxWSLdapGroupMapping value)
value - allowed object is
ArrayOfCxWSLdapGroupMappingCopyright © 2020. All rights reserved.