public abstract class CoreProperties extends Object implements AknObject
The complexType coreProperties lists the identifying properties available at any of the FRBR hierarchy levels.
<xsd:complexType name=“coreProperties”> <xsd:sequence> <xsd:element ref=“FRBRthis”/> <xsd:element ref=“FRBRuri” minOccurs=“1” maxOccurs=“unbounded”/> <xsd:element ref=“FRBRalias” minOccurs=“0” maxOccurs=“unbounded”/> <xsd:element ref=“FRBRdate”/> <xsd:element ref=“FRBRauthor” minOccurs=“1” maxOccurs=“unbounded”/> <xsd:element ref=“componentInfo” minOccurs=“0” maxOccurs=“1”/> <xsd:element ref=“preservation” minOccurs=“0” maxOccurs=“1”/> <xsd:sequence> <xsd:complexType>
| Constructor and Description |
|---|
CoreProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
void |
add(FRBRauthor author) |
void |
addFRBRuri(FRBRuri fRBRuri) |
AknList<FRBRauthor> |
getAuthors() |
ComponentInfo |
getComponentInfo() |
FRBRdate |
getFRBRdate() |
FRBRthis |
getFRBRthis() |
Preservation |
getPreservation() |
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
void |
setComponentInfo(ComponentInfo componentInfo) |
void |
setPreservation(Preservation preservation) |
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, waitattributes, compare, name, nestedComparepublic final FRBRthis getFRBRthis()
public final void addFRBRuri(FRBRuri fRBRuri)
public final FRBRdate getFRBRdate()
public final AknList<FRBRauthor> getAuthors()
public final void add(FRBRauthor author)
public final ComponentInfo getComponentInfo()
public final void setComponentInfo(ComponentInfo componentInfo)
public final Preservation getPreservation()
public final void setPreservation(Preservation preservation)
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 void accept(AknVisitor visitor)
Copyright © 2017. All rights reserved.