Class ReferenceInformationImp11
java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.ReferenceInformationImp11
- All Implemented Interfaces:
- InformationObject,- ReferenceInt1,- Serializable
public class ReferenceInformationImp11 extends InformationObjectImpl1 implements ReferenceInt1, Serializable
An implementation of ReferenceInformation as an array of Identifiers.
- Since:
- 12-Sep-2021 14:25:24
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description Identifier[]referenceEntryAn array of Identifiersprivate static longserialVersionUIDFor object serializationFields inherited from class info.oais.implementation.infomodel.InformationObjectImpl1m_DataObject, m_DataObjectId, m_Identifier, m_RepInfoId, m_RepresentationInformation
- 
Constructor SummaryConstructors Constructor Description ReferenceInformationImp11()
- 
Method SummaryModifier and Type Method Description Identifier[]getReferences()Get the array of identifiersvoidsetReferences(Identifier[] refs)Set the array of Identifiers which make up the Reference.Methods inherited from class info.oais.implementation.infomodel.InformationObjectImpl1finalize, getDataObject, getDataObjectId, getIdentifier, getRepInfoId, getRepresentationInformation, setDataObject, setDataObject, setIdentifier, setRepInfoId, setRepresentationInformation
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
 
- 
referenceEntryAn array of Identifiers
 
- 
- 
Constructor Details- 
ReferenceInformationImp11public ReferenceInformationImp11()
 
- 
- 
Method Details- 
getReferencesGet the array of identifiers- Specified by:
- getReferencesin interface- ReferenceInt1
- Returns:
- The array of Identifiers which make up the Reference
 
- 
setReferencesSet the array of Identifiers which make up the Reference.- Specified by:
- setReferencesin interface- ReferenceInt1
- Parameters:
- refs- The array of Identifiers which make up the Reference.
 
 
-