Package net.opengis.cat.csw20
Interface RecordType
-
- All Superinterfaces:
AbstractRecordType
,DCMIRecordType
,EObject
,Notifier
- All Known Implementing Classes:
RecordTypeImpl
public interface RecordType extends DCMIRecordType
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:
Csw20Package.getRecordType()
-
-
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 DCMIRecordType
getDCElement
-
-
-
-
Method Detail
-
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:
Csw20Package.getRecordType_BoundingBox()
-
-