public class HierarchyGroupNode extends Group
Java class for HierarchyGroupNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HierarchyGroupNode">
<complexContent>
<extension base="{http://Checkmarx.com}Group">
<sequence>
<element name="Childs" type="{http://Checkmarx.com}ArrayOfHierarchyGroupNode" minOccurs="0"/>
<element name="Membership" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfHierarchyGroupNode |
childs |
protected boolean |
membership |
| Constructor and Description |
|---|
HierarchyGroupNode() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfHierarchyGroupNode |
getChilds()
Gets the value of the childs property.
|
boolean |
isMembership()
Gets the value of the membership property.
|
void |
setChilds(ArrayOfHierarchyGroupNode value)
Sets the value of the childs property.
|
void |
setMembership(boolean value)
Sets the value of the membership property.
|
getFullPath, getGroupName, getGuid, getID, getPath, getType, setFullPath, setGroupName, setGuid, setID, setPath, setTypeprotected ArrayOfHierarchyGroupNode childs
protected boolean membership
public ArrayOfHierarchyGroupNode getChilds()
ArrayOfHierarchyGroupNodepublic void setChilds(ArrayOfHierarchyGroupNode value)
value - allowed object is
ArrayOfHierarchyGroupNodepublic boolean isMembership()
public void setMembership(boolean value)
Copyright © 2020. All rights reserved.