public class CxWSResponseProjectConfig extends CxWSBasicRepsonse
Java class for CxWSResponseProjectConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseProjectConfig">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="ProjectConfig" type="{http://Checkmarx.com}ProjectConfiguration" minOccurs="0"/>
<element name="Permission" type="{http://Checkmarx.com}UserPermission" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UserPermission |
permission |
protected ProjectConfiguration |
projectConfig |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseProjectConfig() |
| Modifier and Type | Method and Description |
|---|---|
UserPermission |
getPermission()
Gets the value of the permission property.
|
ProjectConfiguration |
getProjectConfig()
Gets the value of the projectConfig property.
|
void |
setPermission(UserPermission value)
Sets the value of the permission property.
|
void |
setProjectConfig(ProjectConfiguration value)
Sets the value of the projectConfig property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected ProjectConfiguration projectConfig
protected UserPermission permission
public ProjectConfiguration getProjectConfig()
ProjectConfigurationpublic void setProjectConfig(ProjectConfiguration value)
value - allowed object is
ProjectConfigurationpublic UserPermission getPermission()
UserPermissionpublic void setPermission(UserPermission value)
value - allowed object is
UserPermissionCopyright © 2020. All rights reserved.