public class CxWSResponseTeamLdapGroupMappingData extends CxWSBasicRepsonse
Java class for CxWSResponseTeamLdapGroupMappingData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseTeamLdapGroupMappingData">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="TeamId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LdapGroups" type="{http://Checkmarx.com}ArrayOfCxWSLdapGroupMapping" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSLdapGroupMapping |
ldapGroups |
protected String |
teamId |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseTeamLdapGroupMappingData() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSLdapGroupMapping |
getLdapGroups()
Gets the value of the ldapGroups property.
|
String |
getTeamId()
Gets the value of the teamId property.
|
void |
setLdapGroups(ArrayOfCxWSLdapGroupMapping value)
Sets the value of the ldapGroups property.
|
void |
setTeamId(String value)
Sets the value of the teamId property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected String teamId
protected ArrayOfCxWSLdapGroupMapping ldapGroups
public CxWSResponseTeamLdapGroupMappingData()
public 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.