public final class FRBRauthor extends MetaOpt implements LinkReq, Role
The element FRBRauthor is the metadata property containing a relevant author of the document in the respective level of the FRBR hierarchy. Attribute as specifies the role of the author.
<xsd:element name=“FRBRauthor”> <xsd:complexType> <xsd:complexContent> <xsd:extension base=“metaopt”> <xsd:attributeGroup ref=“link”/> <xsd:attributeGroup ref=“role”/> <xsd:extension> <xsd:complexContent> <xsd:complexType> <xsd:element>
| Constructor and Description |
|---|
FRBRauthor() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
boolean |
equals(Object obj) |
RoleRef |
getAs() |
Uri |
getHref() |
int |
hashCode() |
String |
name()
Name of this object (the name of the xml element)
|
void |
setAs(RoleRef as) |
void |
setHref(Uri href) |
protected void |
toString(ToStringBuilder builder) |
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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompare, nestedComparereadgetAttributes, nestedComparepublic 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 IdOptwrite in interface Externalizablewrite in class MetaOptwriter - the stream to write the object toIOExceptionpublic String name()
Name of this object (the name of the xml element)
protected void toString(ToStringBuilder builder)
toString in class AbstractIdpublic void accept(AknVisitor visitor)
Copyright © 2017. All rights reserved.