public abstract class PortionBodyType extends AbstractCore implements CoreOpt, HierElementsContainer<PortionBodyTypeElement>
The type portionBodyType specifies a content model of a container of a portion of another document.
<xsd:complexType name=“maincontent”> <xsd:choice> <xsd:group ref=“containerElements”/> <xsd:group ref=“hierElements”/> <xsd:group ref=“ANcontainers”/> <xsd:element ref=“recitals”/> <xsd:element ref=“recital”/> <xsd:element ref=“citations”/> <xsd:element ref=“citation”/> <xsd:element ref=“longTitle”/> <xsd:element ref=“formula”/> <xsd:element ref=“coverPage”/> <xsd:element ref=“preface”/> <xsd:element ref=“preamble”/> <xsd:choice> <xsd:attributeGroup ref=“coreopt”/> <xsd:complexType>
ATTRIBUTES| Constructor and Description |
|---|
PortionBodyType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
void |
add(ANhier hier) |
void |
add(HierElements hier) |
void |
addPortionBodyTypeElement(PortionBodyTypeElement 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) |
PortionBodyTypeElement |
remove(int index) |
boolean |
removePortionBodyTypeElement(PortionBodyTypeElement element) |
Stream<PortionBodyTypeElement> |
stream() |
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 addPortionBodyTypeElement(PortionBodyTypeElement element)
public final boolean removePortionBodyTypeElement(PortionBodyTypeElement element)
public final PortionBodyTypeElement remove(int index)
remove in interface Container<PortionBodyTypeElement>public void add(HierElements hier)
add in interface HierElementsContainer<PortionBodyTypeElement>public boolean remove(HierElements hier)
remove in interface HierElementsContainer<PortionBodyTypeElement>public void add(ANhier hier)
add in interface ANhierContainer<PortionBodyTypeElement>public Stream<PortionBodyTypeElement> stream()
stream in interface Container<PortionBodyTypeElement>public 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 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 accept(AknVisitor visitor)
Copyright © 2017. All rights reserved.