public class CreateNewServiceProvider 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="newSpName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="spManagersint" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="companyManagers" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="scanners" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="reviewers" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ldapGroupMappings" type="{http://Checkmarx.com}ArrayOfCxWSLdapGroupMapping" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
companyManagers |
protected ArrayOfCxWSLdapGroupMapping |
ldapGroupMappings |
protected String |
newSpName |
protected int |
reviewers |
protected int |
scanners |
protected String |
sessionID |
protected int |
spManagersint |
| Constructor and Description |
|---|
CreateNewServiceProvider() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompanyManagers()
Gets the value of the companyManagers property.
|
ArrayOfCxWSLdapGroupMapping |
getLdapGroupMappings()
Gets the value of the ldapGroupMappings property.
|
String |
getNewSpName()
Gets the value of the newSpName property.
|
int |
getReviewers()
Gets the value of the reviewers property.
|
int |
getScanners()
Gets the value of the scanners property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
int |
getSpManagersint()
Gets the value of the spManagersint property.
|
void |
setCompanyManagers(int value)
Sets the value of the companyManagers property.
|
void |
setLdapGroupMappings(ArrayOfCxWSLdapGroupMapping value)
Sets the value of the ldapGroupMappings property.
|
void |
setNewSpName(String value)
Sets the value of the newSpName property.
|
void |
setReviewers(int value)
Sets the value of the reviewers property.
|
void |
setScanners(int value)
Sets the value of the scanners property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
void |
setSpManagersint(int value)
Sets the value of the spManagersint property.
|
protected String sessionID
protected String newSpName
protected int spManagersint
protected int companyManagers
protected int scanners
protected int reviewers
protected ArrayOfCxWSLdapGroupMapping ldapGroupMappings
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic String getNewSpName()
Stringpublic void setNewSpName(String value)
value - allowed object is
Stringpublic int getSpManagersint()
public void setSpManagersint(int value)
public int getCompanyManagers()
public void setCompanyManagers(int value)
public int getScanners()
public void setScanners(int value)
public int getReviewers()
public void setReviewers(int value)
public ArrayOfCxWSLdapGroupMapping getLdapGroupMappings()
ArrayOfCxWSLdapGroupMappingpublic void setLdapGroupMappings(ArrayOfCxWSLdapGroupMapping value)
value - allowed object is
ArrayOfCxWSLdapGroupMappingCopyright © 2020. All rights reserved.