public final class DebateSection extends AltHierarchy implements Name, SpeechSection
This element is a generic structural container for all other parts of a debates that are not explicitly supported with a named element.
<xsd:element name=“debateSection”> <xsd:complexType> <xsd:complexContent> <xsd:extension base=“althierarchy”> <xsd:attributeGroup ref=“name”/> </xsd:extension> </xsd:complexContent> </xsd:complexType> </xsd:element>
| Constructor and Description |
|---|
DebateSection() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
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.
|
readgetHeading, 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompare, nestedComparereadadd, getAttributes, nestedComparegetClazz, getStyle, getTitle, setClazz, setStyle, setTitlegetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWidgetRefersTo, setRefersTogetAlternativeTo, setAlternativeTopublic void write(XmlWriter writer) throws IOException
The object implements the write method to save its contents by calling the methods of Output.
write in interface Corewrite in interface CoreReqwrite in interface IdReqwrite in interface Externalizablewrite in class AltHierarchywriter - the stream to write the object toIOExceptionpublic 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 AbstractCorepublic void accept(AknVisitor visitor)
accept in interface Visitableaccept in class AltHierarchyCopyright © 2017. All rights reserved.