public class ArrayOfCxWSPathNode extends Object
Java class for ArrayOfCxWSPathNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfCxWSPathNode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CxWSPathNode" type="{http://Checkmarx.com}CxWSPathNode" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CxWSPathNode> |
cxWSPathNode |
| Constructor and Description |
|---|
ArrayOfCxWSPathNode() |
| Modifier and Type | Method and Description |
|---|---|
List<CxWSPathNode> |
getCxWSPathNode()
Gets the value of the cxWSPathNode property.
|
protected List<CxWSPathNode> cxWSPathNode
public List<CxWSPathNode> getCxWSPathNode()
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 cxWSPathNode property.
For example, to add a new item, do as follows:
getCxWSPathNode().add(newItem);
Objects of the following type(s) are allowed in the list
CxWSPathNode
Copyright © 2020. All rights reserved.