public class CxWSItemAndCRUD extends Object
Java class for CxWSItemAndCRUD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSItemAndCRUD">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{http://Checkmarx.com}CxWSItemTypeEnum"/>
<element name="CRUDActionList" type="{http://Checkmarx.com}ArrayOfCxWSEnableCRUDAction" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSEnableCRUDAction |
crudActionList |
protected CxWSItemTypeEnum |
type |
| Constructor and Description |
|---|
CxWSItemAndCRUD() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSEnableCRUDAction |
getCRUDActionList()
Gets the value of the crudActionList property.
|
CxWSItemTypeEnum |
getType()
Gets the value of the type property.
|
void |
setCRUDActionList(ArrayOfCxWSEnableCRUDAction value)
Sets the value of the crudActionList property.
|
void |
setType(CxWSItemTypeEnum value)
Sets the value of the type property.
|
protected CxWSItemTypeEnum type
protected ArrayOfCxWSEnableCRUDAction crudActionList
public CxWSItemTypeEnum getType()
CxWSItemTypeEnumpublic void setType(CxWSItemTypeEnum value)
value - allowed object is
CxWSItemTypeEnumpublic ArrayOfCxWSEnableCRUDAction getCRUDActionList()
ArrayOfCxWSEnableCRUDActionpublic void setCRUDActionList(ArrayOfCxWSEnableCRUDAction value)
value - allowed object is
ArrayOfCxWSEnableCRUDActionCopyright © 2020. All rights reserved.