Interface BriefRecordType

All Superinterfaces:
AbstractRecordType, EObject, Notifier
All Known Implementing Classes:
BriefRecordTypeImpl

public interface BriefRecordType extends AbstractRecordType
A representation of the model object 'Brief Record Type'. This type defines a brief representation of the common record format. It extends AbstractRecordType to include only the dc:identifier and dc:type properties.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Bounding Box' containment reference list.
    Returns the value of the 'Identifier' containment reference list.
    Returns the value of the 'Title' containment reference list.
    Returns the value of the 'Type' containment reference.
    void
    Sets the value of the 'Type' reference.

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getIdentifier

      EList<SimpleLiteral> getIdentifier()
      Returns the value of the 'Identifier' containment reference list. The list contents are of type String. An unambiguous reference to the resource within a given context. Recommended best practice is to identify the resource by means of a string or number conforming to a formal identification system. Formal identification systems include but are not limited to the Uniform Resource Identifier (URI) (including the Uniform Resource Locator (URL)), the Digital Object Identifier (DOI), and the International Standard Book Number (ISBN).
      Returns:
      the value of the 'Identifier' containment reference list.
      See Also:
    • getTitle

      EList<SimpleLiteral> getTitle()
      Returns the value of the 'Title' containment reference list. The list contents are of type String. A name given to the resource. Typically, Title will be a name by which the resource is formally known.
      Returns:
      the value of the 'Title' containment reference list.
      See Also:
    • getType

      SimpleLiteral getType()
      Returns the value of the 'Type' containment reference. The nature or genre of the content of the resource. Type includes terms describing general categories, functions, genres, or aggregation levels for content. Recommended best practice is to select a value from a controlled vocabulary (for example, the DCMI Type Vocabulary). To describe the physical or digital manifestation of the resource, use the Format element.
      Returns:
      the value of the 'Type' containment reference.
      See Also:
    • setType

      void setType(SimpleLiteral value)
      Sets the value of the 'Type' reference.
      Parameters:
      value - the new value of the 'Type' reference.
      See Also:
    • getBoundingBox

      EList<BoundingBoxType> getBoundingBox()
      Returns the value of the 'Bounding Box' containment reference list. The list contents are of type BoundingBoxType.

      If the meaning of the 'Bounding Box' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Bounding Box' containment reference list.
      See Also: