Package net.opengis.cat.csw20
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:
Csw20Package.getBriefRecordType()
-
-
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.
-
-
-
Method Detail
-
getIdentifier
EList<SimpleLiteral> getIdentifier()
Returns the value of the 'Identifier' containment reference list. The list contents are of typeString
. 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 typeString
. 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 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.getBriefRecordType_BoundingBox()
-
-