public abstract class RefItems extends Object implements Source
The complex type refItems is a list of types of references used in the references section.
<xsd:complexType name=“refItems”> <xsd:choice minOccurs=“1” maxOccurs=“unbounded”> <xsd:group ref=“docRefs”/> <xsd:group ref=“TLCs”/> <xsd:choice> <xsd:attributeGroup ref=“source”/> <xsd:complexType>
| Constructor and Description |
|---|
RefItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
void |
add(RefItem item) |
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
AknList<RefItem> |
getRefItems() |
AgentRef |
getSource() |
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
void |
setSource(AgentRef source) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompare, name, nestedComparepublic final void add(RefItem item)
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 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)
Copyright © 2017. All rights reserved.