public class ArrayOfCxWSEnableCRUDAction extends Object
Java class for ArrayOfCxWSEnableCRUDAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfCxWSEnableCRUDAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CxWSEnableCRUDAction" type="{http://Checkmarx.com}CxWSEnableCRUDAction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CxWSEnableCRUDAction> |
cxWSEnableCRUDAction |
| Constructor and Description |
|---|
ArrayOfCxWSEnableCRUDAction() |
| Modifier and Type | Method and Description |
|---|---|
List<CxWSEnableCRUDAction> |
getCxWSEnableCRUDAction()
Gets the value of the cxWSEnableCRUDAction property.
|
protected List<CxWSEnableCRUDAction> cxWSEnableCRUDAction
public List<CxWSEnableCRUDAction> getCxWSEnableCRUDAction()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cxWSEnableCRUDAction property.
For example, to add a new item, do as follows:
getCxWSEnableCRUDAction().add(newItem);
Objects of the following type(s) are allowed in the list
CxWSEnableCRUDAction
Copyright © 2020. All rights reserved.