public abstract class Blocksreq extends AbstractCore implements CoreReq, BlockElementsContainer
the complex type blocksreq defines the content model and attributes shared by all containers. Here the eId attribute is required.
<xsd:complexType name=“blocksreq”> <xsd:sequence minOccurs=“0” maxOccurs=“unbounded”> <xsd:group ref=“blockElements” /> <xsd:sequence> <xsd:attributeGroup ref=“corereq” /> <xsd:complexType>
ATTRIBUTES| Constructor and Description |
|---|
Blocksreq() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
void |
add(ANblock block) |
void |
add(BlockElements el) |
void |
add(HTMLblock block) |
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
boolean |
remove(ANblock block) |
BlockElements |
remove(int index) |
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 BlockElements remove(int index)
public final void add(BlockElements el)
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 CoreReqwrite in interface IdReqwrite in interface Externalizablewriter - the stream to write the object toIOExceptionpublic void accept(AknVisitor visitor)
Copyright © 2017. All rights reserved.