public abstract class AnyOtherType extends AbstractId implements LinkOpt, Core, IdOpt
The complex type anyOtherType defines an open content model for elements that may use elements from other namespaces.
<xsd:complexType name=“anyOtherType”> <xsd:choice> <xsd:any namespace=“##other” processContents=“lax” minOccurs=“0” maxOccurs=“unbounded”/> <xsd:choice> <xsd:attributeGroup ref=“core”/> <xsd:attributeGroup ref=“idopt”/> <xsd:attributeGroup ref=“linkopt”/> <xsd:complexType>
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
ATTRIBUTES |
| Constructor and Description |
|---|
AnyOtherType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
void |
add(AnyOtherTypeElement el) |
void |
add(Attribute attribute) |
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
Uri |
getHref() |
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
void |
setHref(Uri href) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
getEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWid, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttributes, nestedCompareprotected static final com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> ATTRIBUTES
public final void add(AnyOtherTypeElement el)
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 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 com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
attributes in interface AknObjectattributes in class AbstractIdpublic void accept(AknVisitor visitor)
Copyright © 2017. All rights reserved.