public abstract class ReferenceType extends AbstractId implements IdReq, LinkReq, ShowReq, Core
The complex type referenceType defines the empty content model and the list of attributes for metadata elements in the references section.
<xsd:complexType name=“referenceType”> <xsd:attributeGroup ref=“core”/> <xsd:attributeGroup ref=“idreq”/> <xsd:attributeGroup ref=“link”/> <xsd:attributeGroup ref=“show”/> <xsd:complexType>
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
ATTRIBUTES |
| Constructor and Description |
|---|
ReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
Uri |
getHref() |
String |
getShortForm() |
String |
getShowAs() |
void |
setHref(Uri href) |
void |
setShortForm(String shortForm) |
void |
setShowAs(String showAs) |
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, read, setEid, setEvolvingId, setGUID, setId, setWid, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWidcompare, name, nestedComparereadadd, getAttributes, nestedCompareprotected static final com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> ATTRIBUTES
public final String getShortForm()
getShortForm in interface Showpublic final void setShortForm(String shortForm)
setShortForm in interface Showpublic com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
attributes in interface AknObjectattributes in class AbstractIdpublic 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 IdReqwrite in interface Externalizablewriter - the stream to write the object toIOExceptionCopyright © 2017. All rights reserved.