public class CreateNewTeam 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="parentTeamID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="newTeamName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ldapGroupMappings" type="{http://Checkmarx.com}ArrayOfCxWSLdapGroupMapping" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSLdapGroupMapping |
ldapGroupMappings |
protected String |
newTeamName |
protected String |
parentTeamID |
protected String |
sessionID |
| Constructor and Description |
|---|
CreateNewTeam() |
CreateNewTeam(String sessionID) |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSLdapGroupMapping |
getLdapGroupMappings()
Gets the value of the ldapGroupMappings property.
|
String |
getNewTeamName()
Gets the value of the newTeamName property.
|
String |
getParentTeamID()
Gets the value of the parentTeamID property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
void |
setLdapGroupMappings(ArrayOfCxWSLdapGroupMapping value)
Sets the value of the ldapGroupMappings property.
|
void |
setNewTeamName(String value)
Sets the value of the newTeamName property.
|
void |
setParentTeamID(String value)
Sets the value of the parentTeamID property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected String parentTeamID
protected String newTeamName
protected ArrayOfCxWSLdapGroupMapping ldapGroupMappings
public CreateNewTeam()
public CreateNewTeam(String sessionID)
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic String getParentTeamID()
Stringpublic void setParentTeamID(String value)
value - allowed object is
Stringpublic String getNewTeamName()
Stringpublic void setNewTeamName(String value)
value - allowed object is
Stringpublic ArrayOfCxWSLdapGroupMapping getLdapGroupMappings()
ArrayOfCxWSLdapGroupMappingpublic void setLdapGroupMappings(ArrayOfCxWSLdapGroupMapping value)
value - allowed object is
ArrayOfCxWSLdapGroupMappingCopyright © 2020. All rights reserved.