public final class FRBRportion extends MetaOpt implements RefersOpt, ShowOpt, RangeOpt
The element FRBRportion is the metadata property containing the eId of the portion contained in a manifestation-level portion. If the portion contains an interval of elements, the range attributes specifies the first and last one.
<xsd:element name=“FRBRportion”> <xsd:complexType> <xsd:complexContent> <xsd:extension base=“metaopt”> <xsd:attributeGroup ref=“refers”/> <xsd:attributeGroup ref=“showopt”/> <xsd:attributeGroup ref=“rangeOpt”/> </xsd:extension> </xsd:complexContent> </xsd:complexType> </xsd:element>
| Constructor and Description |
|---|
FRBRportion() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
EidRef |
getFrom() |
ListReferenceRef |
getRefersTo() |
String |
getShortForm() |
String |
getShowAs() |
EidRef |
getUpTo() |
String |
name()
Name of this object (the name of the xml element)
|
void |
setFrom(EidRef eidRef) |
void |
setRefersTo(ListReferenceRef refersTo) |
void |
setShortForm(String shortForm) |
void |
setShowAs(String showAs) |
void |
setUpTo(EidRef upTo) |
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, waitcompare, nestedComparereadgetAttributes, nestedComparepublic ListReferenceRef getRefersTo()
getRefersTo in interface Referspublic void setRefersTo(ListReferenceRef refersTo)
setRefersTo in interface Referspublic String getShortForm()
getShortForm in interface Showpublic void setShortForm(String shortForm)
setShortForm in interface Showpublic 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)
public 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.