public class CxWSRoleWithUserPrivileges extends Role
Java class for CxWSRoleWithUserPrivileges complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSRoleWithUserPrivileges">
<complexContent>
<extension base="{http://Checkmarx.com}Role">
<sequence>
<element name="ItemsCRUD" type="{http://Checkmarx.com}ArrayOfCxWSItemAndCRUD" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSItemAndCRUD |
itemsCRUD |
| Constructor and Description |
|---|
CxWSRoleWithUserPrivileges() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSItemAndCRUD |
getItemsCRUD()
Gets the value of the itemsCRUD property.
|
void |
setItemsCRUD(ArrayOfCxWSItemAndCRUD value)
Sets the value of the itemsCRUD property.
|
protected ArrayOfCxWSItemAndCRUD itemsCRUD
public ArrayOfCxWSItemAndCRUD getItemsCRUD()
ArrayOfCxWSItemAndCRUDpublic void setItemsCRUD(ArrayOfCxWSItemAndCRUD value)
value - allowed object is
ArrayOfCxWSItemAndCRUDCopyright © 2020. All rights reserved.