Interface RecordType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList<String> getAnyText()
      Returns the value of the 'Any Text' containment reference list.
      EList<BoundingBoxType> getBoundingBox()
      Returns the value of the 'Bounding Box' containment reference list.
      • 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

      • getAnyText

        EList<String> getAnyText()
        Returns the value of the 'Any Text' containment reference list. The list contents are of type net.opengis.cat.csw._2._0.EmptyType.

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

        Returns:
        the value of the 'Any Text' containment reference list.
        See Also:
        net.opengis.cat.csw._2._0._0Package#getRecordType_AnyText()
      • 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.getRecordType_BoundingBox()