|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cisco.oss.foundation.configuration.xml.jaxb.HierarchyNode
public class HierarchyNode
Java class for HierarchyNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HierarchyNode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HierarchyNode" type="{}HierarchyNode" maxOccurs="unbounded" minOccurs="0"/>
<element name="NamespaceParameters" type="{}NamespaceParameters" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parentId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="levelName" type="{}HierarchyLevel" />
<attribute name="levelOrder" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="processName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="installPath" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ccpEnable" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
<attribute name="ccpSwitchable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="inSync" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isRunning" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="fqdn" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ccpServers" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
ccpEnable
|
protected String |
ccpServers
|
protected Boolean |
ccpSwitchable
|
protected String |
fqdn
|
protected List<HierarchyNode> |
hierarchyNodes
|
protected String |
id
|
protected String |
installPath
|
protected Boolean |
inSync
|
protected Boolean |
isRunning
|
protected HierarchyLevel |
levelName
|
protected Integer |
levelOrder
|
protected String |
name
|
protected List<NamespaceParameters> |
namespaceParameters
|
protected String |
parentId
|
protected String |
processName
|
| Constructor Summary | |
|---|---|
HierarchyNode()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
Integer |
getCcpEnable()
Gets the value of the ccpEnable property. |
String |
getCcpServers()
Gets the value of the ccpServers property. |
String |
getFqdn()
Gets the value of the fqdn property. |
List<HierarchyNode> |
getHierarchyNodes()
Gets the value of the hierarchyNodes property. |
String |
getId()
Gets the value of the id property. |
String |
getInstallPath()
Gets the value of the installPath property. |
HierarchyLevel |
getLevelName()
Gets the value of the levelName property. |
Integer |
getLevelOrder()
Gets the value of the levelOrder property. |
String |
getName()
Gets the value of the name property. |
List<NamespaceParameters> |
getNamespaceParameters()
Gets the value of the namespaceParameters property. |
String |
getParentId()
Gets the value of the parentId property. |
String |
getProcessName()
Gets the value of the processName property. |
boolean |
isCcpSwitchable()
Gets the value of the ccpSwitchable property. |
Boolean |
isInSync()
Gets the value of the inSync property. |
Boolean |
isIsRunning()
Gets the value of the isRunning property. |
void |
setCcpEnable(Integer value)
Sets the value of the ccpEnable property. |
void |
setCcpServers(String value)
Sets the value of the ccpServers property. |
void |
setCcpSwitchable(Boolean value)
Sets the value of the ccpSwitchable property. |
void |
setFqdn(String value)
Sets the value of the fqdn property. |
void |
setHierarchyNodes(List<HierarchyNode> hierarchyNodes)
Sets the value of the hierarchyNodes property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setInstallPath(String value)
Sets the value of the installPath property. |
void |
setInSync(Boolean value)
Sets the value of the inSync property. |
void |
setIsRunning(Boolean value)
Sets the value of the isRunning property. |
void |
setLevelName(HierarchyLevel value)
Sets the value of the levelName property. |
void |
setLevelOrder(Integer value)
Sets the value of the levelOrder property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNamespaceParameters(List<NamespaceParameters> namespaceParameters)
Sets the value of the namespaceParameters property. |
void |
setParentId(String value)
Sets the value of the parentId property. |
void |
setProcessName(String value)
Sets the value of the processName property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<HierarchyNode> hierarchyNodes
protected List<NamespaceParameters> namespaceParameters
protected String id
protected String name
protected String parentId
protected HierarchyLevel levelName
protected Integer levelOrder
protected String processName
protected String installPath
protected Integer ccpEnable
protected Boolean ccpSwitchable
protected Boolean inSync
protected Boolean isRunning
protected String fqdn
protected String ccpServers
| Constructor Detail |
|---|
public HierarchyNode()
| Method Detail |
|---|
public List<HierarchyNode> getHierarchyNodes()
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 hierarchyNodes property.
For example, to add a new item, do as follows:
getHierarchyNodes().add(newItem);
Objects of the following type(s) are allowed in the list
HierarchyNode
public List<NamespaceParameters> getNamespaceParameters()
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 namespaceParameters property.
For example, to add a new item, do as follows:
getNamespaceParameters().add(newItem);
Objects of the following type(s) are allowed in the list
NamespaceParameters
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getParentId()
Stringpublic void setParentId(String value)
value - allowed object is
Stringpublic HierarchyLevel getLevelName()
HierarchyLevelpublic void setLevelName(HierarchyLevel value)
value - allowed object is
HierarchyLevelpublic Integer getLevelOrder()
Stringpublic void setLevelOrder(Integer value)
value - allowed object is
Stringpublic String getProcessName()
Stringpublic void setProcessName(String value)
value - allowed object is
Stringpublic String getInstallPath()
Stringpublic void setInstallPath(String value)
value - allowed object is
Stringpublic Integer getCcpEnable()
Stringpublic void setCcpEnable(Integer value)
value - allowed object is
Stringpublic boolean isCcpSwitchable()
Booleanpublic void setCcpSwitchable(Boolean value)
value - allowed object is
Booleanpublic Boolean isInSync()
Booleanpublic void setInSync(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsRunning()
Booleanpublic void setIsRunning(Boolean value)
value - allowed object is
Booleanpublic String getFqdn()
Stringpublic void setFqdn(String value)
value - allowed object is
Stringpublic String getCcpServers()
Stringpublic void setCcpServers(String value)
value - allowed object is
Stringpublic void setHierarchyNodes(List<HierarchyNode> hierarchyNodes)
hierarchyNodes - allowed object is
HierarchyNodepublic void setNamespaceParameters(List<NamespaceParameters> namespaceParameters)
namespaceParameters - allowed object is
NamespaceParameterspublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||