public abstract class PortionStructure extends Object implements PortionAtt
The type portionStructure specifies the overall content model of the document type that is a portion of another document.
<xsd:complexType name=“portionStructure”> <xsd:sequence> <xsd:element ref=“meta”/> <xsd:element ref=“portionBody”/> </xsd:sequence> <xsd:attributeGroup ref=“portionAtt”/> </xsd:complexType>
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
ATTRIBUTES |
| Constructor and Description |
|---|
PortionStructure() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
ReferenceRef |
getIncludedIn() |
Meta |
getMeta() |
PortionBody |
getPortionBody() |
void |
nestedCompare(AknObject object,
DiffContext context) |
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
void |
setIncludedIn(ReferenceRef referenceRef) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
protected static final com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> ATTRIBUTES
public final Meta getMeta()
public final PortionBody getPortionBody()
public final ReferenceRef getIncludedIn()
getIncludedIn in interface PortionAttpublic final void setIncludedIn(ReferenceRef referenceRef)
setIncludedIn in interface PortionAttpublic 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 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 Externalizablereader - the stream to read data from in order to restore the objectpublic com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
attributes in interface AknObjectpublic void accept(AknVisitor visitor)
public void nestedCompare(AknObject object, DiffContext context)
nestedCompare in interface AknObjectCopyright © 2017. All rights reserved.