public final class FRBRdate extends MetaOpt implements Date, Name
The element FRBRdate is the metadata property containing a relevant date of the document in the respective level of the FRBR hierarchy. Attribute name specifies which actual date is contained here.
<xsd:element name=“FRBRdate”> <xsd:complexType> <xsd:complexContent> <xsd:extension base=“metaopt”> <xsd:attributeGroup ref=“date”/> <xsd:attributeGroup ref=“name”/> <xsd:extension> <xsd:complexContent> <xsd:complexType> <xsd:element>
| Constructor and Description |
|---|
FRBRdate() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
OffsetDateTime |
getDate() |
String |
getName() |
String |
name()
Name of this object (the name of the xml element)
|
void |
setDate(OffsetDateTime date) |
void |
setName(String name) |
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 OffsetDateTime getDate()
public void setDate(OffsetDateTime date)
public 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)
public void accept(AknVisitor visitor)
Copyright © 2017. All rights reserved.