public class TeamData extends Object
Java class for TeamData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TeamData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Team" type="{http://Checkmarx.com}Group" minOccurs="0"/>
<element name="Company" type="{http://Checkmarx.com}Group" minOccurs="0"/>
<element name="ServiceProvider" type="{http://Checkmarx.com}Group" minOccurs="0"/>
<element name="LdapGroupMappings" type="{http://Checkmarx.com}ArrayOfCxWSLdapGroupMapping" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Group |
company |
protected ArrayOfCxWSLdapGroupMapping |
ldapGroupMappings |
protected Group |
serviceProvider |
protected Group |
team |
| Constructor and Description |
|---|
TeamData() |
| Modifier and Type | Method and Description |
|---|---|
Group |
getCompany()
Gets the value of the company property.
|
ArrayOfCxWSLdapGroupMapping |
getLdapGroupMappings()
Gets the value of the ldapGroupMappings property.
|
Group |
getServiceProvider()
Gets the value of the serviceProvider property.
|
Group |
getTeam()
Gets the value of the team property.
|
void |
setCompany(Group value)
Sets the value of the company property.
|
void |
setLdapGroupMappings(ArrayOfCxWSLdapGroupMapping value)
Sets the value of the ldapGroupMappings property.
|
void |
setServiceProvider(Group value)
Sets the value of the serviceProvider property.
|
void |
setTeam(Group value)
Sets the value of the team property.
|
protected Group team
protected Group company
protected Group serviceProvider
protected ArrayOfCxWSLdapGroupMapping ldapGroupMappings
public Group getTeam()
Grouppublic void setTeam(Group value)
value - allowed object is
Grouppublic Group getCompany()
Grouppublic void setCompany(Group value)
value - allowed object is
Grouppublic Group getServiceProvider()
Grouppublic void setServiceProvider(Group value)
value - allowed object is
Grouppublic ArrayOfCxWSLdapGroupMapping getLdapGroupMappings()
ArrayOfCxWSLdapGroupMappingpublic void setLdapGroupMappings(ArrayOfCxWSLdapGroupMapping value)
value - allowed object is
ArrayOfCxWSLdapGroupMappingCopyright © 2020. All rights reserved.