public final class Hcontainer extends Hierarchy implements Name, HierElements
The element hcontainer is a generic element for a hierarchical container. It can be placed in a hierarchy instead of any of the other hierarchical containers. The attribute name is required and gives a name to the element.
<xsd:element name=“hcontainer”> <xsd:complexType> <xsd:complexContent> <xsd:extension base=“hierarchy”> <xsd:attributeGroup ref=“name”/> <xsd:extension> <xsd:complexContent> <xsd:complexType> <xsd:element>
| Constructor and Description |
|---|
Hcontainer() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
String |
getName() |
String |
name()
Name of this object (the name of the xml element)
|
void |
setName(String name) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
accept, add, add, addHierarchyElement, equals, getContent, getIntro, nestedCompare, read, remove, remove, removeHierarchyElement, setContent, setIntro, streamgetHeading, getNum, getSubheading, setHeading, setNum, setSubheadingadd, getAlternativeTo, getAttributes, getClazz, getPeriod, getRefersTo, getStatus, getStyle, getTitle, setAlternativeTo, setClazz, setPeriod, setRefersTo, setStatus, setStyle, setTitle, toStringgetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWid, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompare, nestedComparereadadd, getAttributesgetClazz, getStyle, getTitle, setClazz, setStyle, setTitlegetRefersTo, setRefersTogetAlternativeTo, setAlternativeTopublic void write(XmlWriter writer) throws IOException
The object implements the write method to save its contents by calling the methods of Output.
public String name()
Name of this object (the name of the xml element)
public com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
attributes in interface AknObjectattributes in class AbstractCoreCopyright © 2017. All rights reserved.