Package net.opengis.ows11
Interface AbstractReferenceBaseType
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
ReferenceType
,ServiceReferenceType
- All Known Implementing Classes:
AbstractReferenceBaseTypeImpl
,ReferenceTypeImpl
,ServiceReferenceTypeImpl
public interface AbstractReferenceBaseType
extends EObject
A representation of the model object 'Abstract Reference Base Type'.
Base for a reference to a remote or local resource.
This type contains only a restricted and annotated set of the attributes from the xlink:simpleLink attributeGroup.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Actuate' attribute.Returns the value of the 'Arcrole' attribute.getHref()
Returns the value of the 'Href' attribute.getRole()
Returns the value of the 'Role' attribute.getShow()
Returns the value of the 'Show' attribute.getTitle()
Returns the value of the 'Title' attribute.getType()
Returns the value of the 'Type' attribute.boolean
Returns whether the value of the 'Type
' attribute is set.void
setActuate
(Object value) Sets the value of the 'Actuate
' attribute.void
setArcrole
(Object value) Sets the value of the 'Arcrole
' attribute.void
Sets the value of the 'Href
' attribute.void
Sets the value of the 'Role
' attribute.void
Sets the value of the 'Show
' attribute.void
Sets the value of the 'Title
' attribute.void
Sets the value of the 'Type
' attribute.void
Unsets the value of the 'Type
' attribute.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
-
getActuate
Object getActuate()Returns the value of the 'Actuate' attribute. Although allowed, this attribute is not expected to be useful in this application of xlink:simpleLink.- Returns:
- the value of the 'Actuate' attribute.
- See Also:
-
setActuate
Sets the value of the 'Actuate
' attribute.- Parameters:
value
- the new value of the 'Actuate' attribute.- See Also:
-
getArcrole
Object getArcrole()Returns the value of the 'Arcrole' attribute. Although allowed, this attribute is not expected to be useful in this application of xlink:simpleLink.- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
-
setArcrole
Sets the value of the 'Arcrole
' attribute.- Parameters:
value
- the new value of the 'Arcrole' attribute.- See Also:
-
getHref
Object getHref()Returns the value of the 'Href' attribute. Reference to a remote resource or local payload. A remote resource is typically addressed by a URL. For a local payload (such as a multipart mime message), the xlink:href must start with the prefix cid:.- Returns:
- the value of the 'Href' attribute.
- See Also:
-
setHref
Sets the value of the 'Href
' attribute.- Parameters:
value
- the new value of the 'Href' attribute.- See Also:
-
getRole
Object getRole()Returns the value of the 'Role' attribute. Reference to a resource that describes the role of this reference. When no value is supplied, no particular role value is to be inferred.- Returns:
- the value of the 'Role' attribute.
- See Also:
-
setRole
Sets the value of the 'Role
' attribute.- Parameters:
value
- the new value of the 'Role' attribute.- See Also:
-
getShow
Object getShow()Returns the value of the 'Show' attribute. Although allowed, this attribute is not expected to be useful in this application of xlink:simpleLink.- Returns:
- the value of the 'Show' attribute.
- See Also:
-
setShow
Sets the value of the 'Show
' attribute.- Parameters:
value
- the new value of the 'Show' attribute.- See Also:
-
getTitle
Object getTitle()Returns the value of the 'Title' attribute. Describes the meaning of the referenced resource in a human-readable fashion.- Returns:
- the value of the 'Title' attribute.
- See Also:
-
setTitle
Sets the value of the 'Title
' attribute.- Parameters:
value
- the new value of the 'Title' attribute.- See Also:
-
getType
String getType()Returns the value of the 'Type' attribute. The default value is"simple"
.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
-
unsetType
void unsetType()Unsets the value of the 'Type
' attribute.- See Also:
-
isSetType
boolean isSetType()Returns whether the value of the 'Type
' attribute is set.- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
-