Package net.opengis.ows11
Interface ReferenceType
- All Superinterfaces:
AbstractReferenceBaseType
,EObject
,Notifier
- All Known Subinterfaces:
ServiceReferenceType
- All Known Implementing Classes:
ReferenceTypeImpl
,ServiceReferenceTypeImpl
A representation of the model object 'Reference Type'.
Complete reference to a remote or local resource, allowing including metadata about that resource.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList
Returns the value of the 'Abstract' containment reference list.Returns the value of the 'Format' attribute.Returns the value of the 'Identifier' containment reference.EList
Returns the value of the 'Metadata' containment reference list.void
Sets the value of the 'Format
' attribute.void
setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.Methods inherited from interface AbstractReferenceBaseType
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, isSetType, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setType, unsetType
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 Details
-
getIdentifier
CodeType getIdentifier()Returns the value of the 'Identifier' containment reference. Optional unique identifier of the referenced resource.- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
-
setIdentifier
Sets the value of the 'Identifier
' containment reference.- Parameters:
value
- the new value of the 'Identifier' containment reference.- See Also:
-
getAbstract
EList getAbstract()Returns the value of the 'Abstract' containment reference list. The list contents are of typeLanguageStringType
. Brief narrative description of this resource, normally used for display to a human.- Returns:
- the value of the 'Abstract' containment reference list.
- See Also:
-
getFormat
String getFormat()Returns the value of the 'Format' attribute. The format of the referenced resource. This element is omitted when the mime type is indicated in the http header of the reference.- Returns:
- the value of the 'Format' attribute.
- See Also:
-
setFormat
Sets the value of the 'Format
' attribute.- Parameters:
value
- the new value of the 'Format' attribute.- See Also:
-
getMetadata
EList getMetadata()Returns the value of the 'Metadata' containment reference list. The list contents are of typeMetadataType
. Optional unordered list of additional metadata about this resource. A list of optional metadata elements for this ReferenceType could be specified in the Implementation Specification for each use of this type in a specific OWS.- Returns:
- the value of the 'Metadata' containment reference list.
- See Also:
-