Interface BriefRecordType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList<BoundingBoxType> getBoundingBox()
      Returns the value of the 'Bounding Box' containment reference list.
      EList<SimpleLiteral> getIdentifier()
      Returns the value of the 'Identifier' containment reference list.
      EList<SimpleLiteral> getTitle()
      Returns the value of the 'Title' containment reference list.
      SimpleLiteral getType()
      Returns the value of the 'Type' containment reference.
      void setType​(SimpleLiteral value)
      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 Detail

      • 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:
        Csw20Package.getBriefRecordType_Identifier()
      • 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:
        Csw20Package.getBriefRecordType_Title()
      • 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(String), Csw20Package.getBriefRecordType_Type()
      • setType

        void setType​(SimpleLiteral value)
        Sets the value of the 'Type' reference.
        Parameters:
        value - the new value of the 'Type' reference.
        See Also:
        getType()
      • 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:
        Csw20Package.getBriefRecordType_BoundingBox()