public abstract class BodyType extends AbstractCore implements CoreOpt, HierElementsContainer<BodyTypeElement>
the type bodyType specifies a content model of the main hierarchy of a hierarchical document (e.g, an act or a bill).
<xsd:complexType name=“bodyType”> <xsd:choice minOccurs=“1” maxOccurs=“unbounded”> <xsd:element ref=“componentRef”/> <xsd:group ref=“hierElements”/> <xsd:choice> <xsd:attributeGroup ref=“coreopt”/> <xsd:complexType>
ATTRIBUTES| Constructor and Description |
|---|
BodyType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
void |
add(ANhier hier) |
void |
add(HierElements hier) |
void |
addBodyTypeElement(BodyTypeElement element) |
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
boolean |
remove(HierElements hier) |
BodyTypeElement |
remove(int index) |
boolean |
removeBodyTypeElement(BodyTypeElement element) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
add, attributes, 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, waitadd, getAttributes, nestedComparegetClazz, getStyle, getTitle, setClazz, setStyle, setTitlegetRefersTo, setRefersTogetAlternativeTo, setAlternativeTopublic final void addBodyTypeElement(BodyTypeElement element)
public final boolean removeBodyTypeElement(BodyTypeElement element)
public final BodyTypeElement remove(int index)
remove in interface Container<BodyTypeElement>public void add(HierElements hier)
add in interface HierElementsContainer<BodyTypeElement>public boolean remove(HierElements hier)
remove in interface HierElementsContainer<BodyTypeElement>public void add(ANhier hier)
add in interface ANhierContainer<BodyTypeElement>public void read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
read in interface Externalizableread in class AbstractIdreader - the stream to read data from in order to restore the objectpublic 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 CoreOptwrite in interface IdOptwrite in interface Externalizablewriter - the stream to write the object toIOExceptionpublic void accept(AknVisitor visitor)
Copyright © 2017. All rights reserved.