public abstract class Basicopt extends AbstractCore implements CoreOpt, BlockElementsContainer
the complex type basicopt defines the content model and attributes used by basic containers such as coverPage and conclusions. Here the eId attribute is optional
<xsd:complexType name=“basicopt”> <xsd:choice minOccurs=“1” maxOccurs=“unbounded”> <xsd:group ref=“blockElements”/> <xsd:group ref=“basicContainers”/> <xsd:choice> <xsd:attributeGroup ref=“coreopt”/> <xsd:complexType>
ATTRIBUTES| Constructor and Description |
|---|
Basicopt() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
void |
add(ANblock block) |
void |
add(BlockElements elements) |
void |
add(HTMLblock block) |
void |
addBasicoptElement(BasicoptElement element) |
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
boolean |
remove(ANblock block) |
BasicoptElement |
remove(int index) |
boolean |
removeBasicoptElement(BasicoptElement 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, setAlternativeTogetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWidattributes, compare, namepublic final void addBasicoptElement(BasicoptElement element)
public final boolean removeBasicoptElement(BasicoptElement element)
public final BasicoptElement remove(int index)
public void add(BlockElements elements)
add in interface BlockElementsContainerpublic void add(HTMLblock block)
add in interface HTMLblockContainerpublic void add(ANblock block)
add in interface ANblockContainerpublic boolean remove(ANblock block)
remove in interface ANblockContainerpublic 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.