Package net.opengis.ows20
Interface ReferenceType
-
- All Superinterfaces:
AbstractReferenceBaseType
,EObject
,Notifier
- All Known Subinterfaces:
ServiceReferenceType
- All Known Implementing Classes:
ReferenceTypeImpl
,ServiceReferenceTypeImpl
public interface ReferenceType extends AbstractReferenceBaseType
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:
Ows20Package.getReferenceType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<LanguageStringType>
getAbstract()
Returns the value of the 'Abstract' containment reference list.String
getFormat()
Returns the value of the 'Format' attribute.CodeType
getIdentifier()
Returns the value of the 'Identifier' containment reference.EList<MetadataType>
getMetadata()
Returns the value of the 'Metadata' containment reference list.FeatureMap
getMetadataGroup()
Returns the value of the 'Metadata Group' attribute list.void
setFormat(String value)
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, isSetActuate, isSetShow, isSetType, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setType, unsetActuate, unsetShow, unsetType
-
-
-
-
Method Detail
-
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(CodeType)
,Ows20Package.getReferenceType_Identifier()
-
setIdentifier
void setIdentifier(CodeType value)
Sets the value of the 'Identifier
' containment reference.- Parameters:
value
- the new value of the 'Identifier' containment reference.- See Also:
getIdentifier()
-
getAbstract
EList<LanguageStringType> 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 humans.- Returns:
- the value of the 'Abstract' containment reference list.
- See Also:
Ows20Package.getReferenceType_Abstract()
-
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(String)
,Ows20Package.getReferenceType_Format()
-
setFormat
void setFormat(String value)
Sets the value of the 'Format
' attribute.- Parameters:
value
- the new value of the 'Format' attribute.- See Also:
getFormat()
-
getMetadataGroup
FeatureMap getMetadataGroup()
Returns the value of the 'Metadata Group' attribute list. The list contents are of typeFeatureMap.Entry
. 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 Group' attribute list.
- See Also:
Ows20Package.getReferenceType_MetadataGroup()
-
getMetadata
EList<MetadataType> 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:
Ows20Package.getReferenceType_Metadata()
-
-