Class Node
- All Implemented Interfaces:
Serializable
Java class for node complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="node"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.emc.com/d2fs/models/node}nodes" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.emc.com/d2fs/models/attribute}attributes" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.emc.com/d2fs/models/node}attributeOptions" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.emc.com/d2fs/models/rendering_options}rendering_options" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{http://www.emc.com/d2fs/models/common}id use="required""/> <attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="icon" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="locked" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="lockOwnerName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="immutable" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="children" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="pathId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="facetCountInfo" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="facetSelectAt" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="facetLevel" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributeOptions property.Gets the value of the attributes property.Gets the value of the facetCountInfo property.Gets the value of the facetLevel property.Gets the value of the facetSelectAt property.getIcon()
Gets the value of the icon property.getId()
Gets the value of the id property.getLabel()
Gets the value of the label property.Gets the value of the locked property.Gets the value of the lockOwnerName property.getNodes()
Gets the value of the nodes property.Gets the value of the pathId property.Gets the value of the renderingOptions property.getType()
Gets the value of the type property.Gets the value of the version property.Gets the value of the children property.Gets the value of the immutable property.void
setChildren
(Boolean value) Sets the value of the children property.void
setFacetCountInfo
(String value) Sets the value of the facetCountInfo property.void
setFacetLevel
(Integer value) Sets the value of the facetLevel property.void
setFacetSelectAt
(Integer value) Sets the value of the facetSelectAt property.void
Sets the value of the icon property.void
Sets the value of the id property.void
setImmutable
(Boolean value) Sets the value of the immutable property.void
Sets the value of the label property.void
Sets the value of the locked property.void
setLockOwnerName
(String value) Sets the value of the lockOwnerName property.void
Sets the value of the pathId property.void
Sets the value of the type property.void
setVersion
(String value) Sets the value of the version property.
-
Constructor Details
-
Node
public Node()
-
-
Method Details
-
getNodes
Gets the value of the nodes property.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 nodes property.For example, to add a new item, do as follows:
getNodes().add(newItem);
Objects of the following type(s) are allowed in the list
Node
-
getAttributes
Gets the value of the attributes property.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 attributes property.For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
-
getAttributeOptions
Gets the value of the attributeOptions property.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 attributeOptions property.For example, to add a new item, do as follows:
getAttributeOptions().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeOptions
-
getRenderingOptions
Gets the value of the renderingOptions property.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 renderingOptions property.For example, to add a new item, do as follows:
getRenderingOptions().add(newItem);
Objects of the following type(s) are allowed in the list
RenderingOption
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isString
-
getIcon
Gets the value of the icon property.- Returns:
- possible object is
String
-
setIcon
Sets the value of the icon property.- Parameters:
value
- allowed object isString
-
getLocked
Gets the value of the locked property.- Returns:
- possible object is
String
-
setLocked
Sets the value of the locked property.- Parameters:
value
- allowed object isString
-
getLockOwnerName
Gets the value of the lockOwnerName property.- Returns:
- possible object is
String
-
setLockOwnerName
Sets the value of the lockOwnerName property.- Parameters:
value
- allowed object isString
-
isImmutable
Gets the value of the immutable property.- Returns:
- possible object is
Boolean
-
setImmutable
Sets the value of the immutable property.- Parameters:
value
- allowed object isBoolean
-
isChildren
Gets the value of the children property.- Returns:
- possible object is
Boolean
-
setChildren
Sets the value of the children property.- Parameters:
value
- allowed object isBoolean
-
getPathId
Gets the value of the pathId property.- Returns:
- possible object is
String
-
setPathId
Sets the value of the pathId property.- Parameters:
value
- allowed object isString
-
getFacetCountInfo
Gets the value of the facetCountInfo property.- Returns:
- possible object is
String
-
setFacetCountInfo
Sets the value of the facetCountInfo property.- Parameters:
value
- allowed object isString
-
getFacetSelectAt
Gets the value of the facetSelectAt property.- Returns:
- possible object is
Integer
-
setFacetSelectAt
Sets the value of the facetSelectAt property.- Parameters:
value
- allowed object isInteger
-
getFacetLevel
Gets the value of the facetLevel property.- Returns:
- possible object is
Integer
-
setFacetLevel
Sets the value of the facetLevel property.- Parameters:
value
- allowed object isInteger
-