public class CxWSEnableCRUDAction extends Object
Java class for CxWSEnableCRUDAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSEnableCRUDAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{http://Checkmarx.com}CxWSCrudEnum"/>
<element name="Enable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enable |
protected CxWSCrudEnum |
type |
| Constructor and Description |
|---|
CxWSEnableCRUDAction() |
| Modifier and Type | Method and Description |
|---|---|
CxWSCrudEnum |
getType()
Gets the value of the type property.
|
boolean |
isEnable()
Gets the value of the enable property.
|
void |
setEnable(boolean value)
Sets the value of the enable property.
|
void |
setType(CxWSCrudEnum value)
Sets the value of the type property.
|
protected CxWSCrudEnum type
protected boolean enable
public CxWSCrudEnum getType()
CxWSCrudEnumpublic void setType(CxWSCrudEnum value)
value - allowed object is
CxWSCrudEnumpublic boolean isEnable()
public void setEnable(boolean value)
Copyright © 2020. All rights reserved.