Package net.opengis.cat.csw20
Interface SummaryRecordType
-
- All Superinterfaces:
AbstractRecordType
,EObject
,Notifier
- All Known Implementing Classes:
SummaryRecordTypeImpl
public interface SummaryRecordType extends AbstractRecordType
A representation of the model object 'Summary Record Type'. This type defines a summary representation of the common record format. It extends AbstractRecordType to include the core properties.The following features are supported:
- See Also:
Csw20Package.getSummaryRecordType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<SimpleLiteral>
getAbstract()
Returns the value of the 'Abstract' containment reference list.EList<BoundingBoxType>
getBoundingBox()
Returns the value of the 'Bounding Box' containment reference list.EList<SimpleLiteral>
getFormat()
Returns the value of the 'Format' containment reference list.EList<SimpleLiteral>
getIdentifier()
Returns the value of the 'Identifier' containment reference list.EList<SimpleLiteral>
getModified()
Returns the value of the 'Modified' containment reference list.EList<SimpleLiteral>
getRelation()
Returns the value of the 'Relation' containment reference list.EList<SimpleLiteral>
getSpatial()
Returns the value of the 'Spatial' containment reference list.EList<SimpleLiteral>
getSubject()
Returns the value of the 'Subject' 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 typeSimpleLiteral
. 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.getSummaryRecordType_Identifier()
-
getTitle
EList<SimpleLiteral> getTitle()
Returns the value of the 'Title' containment reference list. The list contents are of typeSimpleLiteral
. 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.getSummaryRecordType_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(SimpleLiteral)
,Csw20Package.getSummaryRecordType_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()
-
getSubject
EList<SimpleLiteral> getSubject()
Returns the value of the 'Subject' containment reference list. The list contents are of typeSimpleLiteral
. A topic of the content of the resource. Typically, Subject will be expressed as keywords, key phrases, or classification codes that describe a topic of the resource. Recommended best practice is to select a value from a controlled vocabulary or formal classification scheme.- Returns:
- the value of the 'Subject' containment reference list.
- See Also:
Csw20Package.getSummaryRecordType_Subject()
-
getFormat
EList<SimpleLiteral> getFormat()
Returns the value of the 'Format' containment reference list. The list contents are of typeSimpleLiteral
. The physical or digital manifestation of the resource. Typically, Format will include the media-type or dimensions of the resource. Format may be used to identify the software, hardware, or other equipment needed to display or operate the resource. Examples of dimensions include size and duration. Recommended best practice is to select a value from a controlled vocabulary (for example, the list of Internet Media Types defining computer media formats).- Returns:
- the value of the 'Format' containment reference list.
- See Also:
Csw20Package.getSummaryRecordType_Format()
-
getRelation
EList<SimpleLiteral> getRelation()
Returns the value of the 'Relation' containment reference list. The list contents are of typeSimpleLiteral
. A reference to a related resource. Recommended best practice is to identify the referenced resource by means of a string or number conforming to a formal identification system.- Returns:
- the value of the 'Relation' containment reference list.
- See Also:
Csw20Package.getSummaryRecordType_Relation()
-
getModified
EList<SimpleLiteral> getModified()
Returns the value of the 'Modified' containment reference list. The list contents are of typeSimpleLiteral
.If the meaning of the 'Modified' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Modified' containment reference list.
- See Also:
Csw20Package.getSummaryRecordType_Modified()
-
getAbstract
EList<SimpleLiteral> getAbstract()
Returns the value of the 'Abstract' containment reference list. The list contents are of typeSimpleLiteral
.If the meaning of the 'Abstract' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract' containment reference list.
- See Also:
Csw20Package.getSummaryRecordType_Abstract()
-
getSpatial
EList<SimpleLiteral> getSpatial()
Returns the value of the 'Spatial' containment reference list. The list contents are of typeSimpleLiteral
.If the meaning of the 'Spatial' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Spatial' containment reference list.
- See Also:
Csw20Package.getSummaryRecordType_Spatial()
-
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.getSummaryRecordType_BoundingBox()
-
-