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