Package net.opengis.cat.csw20
Interface RecordType
- All Superinterfaces:
AbstractRecordType,DCMIRecordType,EObject,Notifier
- All Known Implementing Classes:
RecordTypeImpl
A representation of the model object 'Record Type'.
This type extends DCMIRecordType to add ows:BoundingBox;
it may be used to specify a spatial envelope for the
catalogued resource.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<String>Returns the value of the 'Any Text' containment reference list.EList<BoundingBoxType>Returns the value of the 'Bounding Box' containment reference list.Methods inherited from interface DCMIRecordType
getDCElementMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAnyText
EList<String> getAnyText()Returns the value of the 'Any Text' containment reference list. The list contents are of typenet.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 typeBoundingBoxType.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:
-