public class CxWSResponseHierarchyGroupNodes extends CxWSBasicRepsonse
Java class for CxWSResponseHierarchyGroupNodes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseHierarchyGroupNodes">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="HierarchyGroupNodes" type="{http://Checkmarx.com}ArrayOfHierarchyGroupNode" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfHierarchyGroupNode |
hierarchyGroupNodes |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseHierarchyGroupNodes() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfHierarchyGroupNode |
getHierarchyGroupNodes()
Gets the value of the hierarchyGroupNodes property.
|
void |
setHierarchyGroupNodes(ArrayOfHierarchyGroupNode value)
Sets the value of the hierarchyGroupNodes property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected ArrayOfHierarchyGroupNode hierarchyGroupNodes
public ArrayOfHierarchyGroupNode getHierarchyGroupNodes()
ArrayOfHierarchyGroupNodepublic void setHierarchyGroupNodes(ArrayOfHierarchyGroupNode value)
value - allowed object is
ArrayOfHierarchyGroupNodeCopyright © 2020. All rights reserved.