public class CxWsResponseCompanyProperties extends CxWSResponseCompaniesLicenseData
Java class for CxWsResponseCompanyProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWsResponseCompanyProperties">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSResponseCompaniesLicenseData">
<sequence>
<element name="CompanyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="permission" type="{http://Checkmarx.com}CxPermission" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
companyName |
protected CxPermission |
permission |
currentCompanies, currentCompanyManagers, currentCompanyManagersWithAudit, maxCompanies, maxCompanyManagers, maxCompanyManagersWithAuditcurrentReviewers, currentScanners, maxReviewers, maxScannerserrorMessage, isSuccesfull| Constructor and Description |
|---|
CxWsResponseCompanyProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyName()
Gets the value of the companyName property.
|
CxPermission |
getPermission()
Gets the value of the permission property.
|
void |
setCompanyName(String value)
Sets the value of the companyName property.
|
void |
setPermission(CxPermission value)
Sets the value of the permission property.
|
getCurrentCompanies, getCurrentCompanyManagers, getCurrentCompanyManagersWithAudit, getMaxCompanies, getMaxCompanyManagers, getMaxCompanyManagersWithAudit, setCurrentCompanies, setCurrentCompanyManagers, setCurrentCompanyManagersWithAudit, setMaxCompanies, setMaxCompanyManagers, setMaxCompanyManagersWithAuditgetCurrentReviewers, getCurrentScanners, getMaxReviewers, getMaxScanners, setCurrentReviewers, setCurrentScanners, setMaxReviewers, setMaxScannersgetErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected String companyName
protected CxPermission permission
public String getCompanyName()
Stringpublic void setCompanyName(String value)
value - allowed object is
Stringpublic CxPermission getPermission()
CxPermissionpublic void setPermission(CxPermission value)
value - allowed object is
CxPermissionCopyright © 2020. All rights reserved.