net.opengis.ows11
Interface AbstractReferenceBaseType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ReferenceType, ServiceReferenceType
All Known Implementing Classes:
AbstractReferenceBaseTypeImpl, ReferenceTypeImpl, ServiceReferenceTypeImpl

public interface AbstractReferenceBaseType
extends org.eclipse.emf.ecore.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:

See Also:
Ows11Package.getAbstractReferenceBaseType()

Method Summary
 java.lang.Object getActuate()
          Returns the value of the 'Actuate' attribute.
 java.lang.Object getArcrole()
          Returns the value of the 'Arcrole' attribute.
 java.lang.Object getHref()
          Returns the value of the 'Href' attribute.
 java.lang.Object getRole()
          Returns the value of the 'Role' attribute.
 java.lang.Object getShow()
          Returns the value of the 'Show' attribute.
 java.lang.Object getTitle()
          Returns the value of the 'Title' attribute.
 java.lang.String getType()
          Returns the value of the 'Type' attribute.
 boolean isSetType()
          Returns whether the value of the 'Type' attribute is set.
 void setActuate(java.lang.Object value)
          Sets the value of the 'Actuate' attribute.
 void setArcrole(java.lang.Object value)
          Sets the value of the 'Arcrole' attribute.
 void setHref(java.lang.Object value)
          Sets the value of the 'Href' attribute.
 void setRole(java.lang.Object value)
          Sets the value of the 'Role' attribute.
 void setShow(java.lang.Object value)
          Sets the value of the 'Show' attribute.
 void setTitle(java.lang.Object value)
          Sets the value of the 'Title' attribute.
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute.
 void unsetType()
          Unsets the value of the 'Type' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getActuate

java.lang.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(Object), Ows11Package.getAbstractReferenceBaseType_Actuate()

setActuate

void setActuate(java.lang.Object value)
Sets the value of the 'Actuate' attribute.

Parameters:
value - the new value of the 'Actuate' attribute.
See Also:
getActuate()

getArcrole

java.lang.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(Object), Ows11Package.getAbstractReferenceBaseType_Arcrole()

setArcrole

void setArcrole(java.lang.Object value)
Sets the value of the 'Arcrole' attribute.

Parameters:
value - the new value of the 'Arcrole' attribute.
See Also:
getArcrole()

getHref

java.lang.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(Object), Ows11Package.getAbstractReferenceBaseType_Href()

setHref

void setHref(java.lang.Object value)
Sets the value of the 'Href' attribute.

Parameters:
value - the new value of the 'Href' attribute.
See Also:
getHref()

getRole

java.lang.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(Object), Ows11Package.getAbstractReferenceBaseType_Role()

setRole

void setRole(java.lang.Object value)
Sets the value of the 'Role' attribute.

Parameters:
value - the new value of the 'Role' attribute.
See Also:
getRole()

getShow

java.lang.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(Object), Ows11Package.getAbstractReferenceBaseType_Show()

setShow

void setShow(java.lang.Object value)
Sets the value of the 'Show' attribute.

Parameters:
value - the new value of the 'Show' attribute.
See Also:
getShow()

getTitle

java.lang.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(Object), Ows11Package.getAbstractReferenceBaseType_Title()

setTitle

void setTitle(java.lang.Object value)
Sets the value of the 'Title' attribute.

Parameters:
value - the new value of the 'Title' attribute.
See Also:
getTitle()

getType

java.lang.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:
isSetType(), unsetType(), setType(String), Ows11Package.getAbstractReferenceBaseType_Type()

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
isSetType(), unsetType(), getType()

unsetType

void unsetType()
Unsets the value of the 'Type' attribute.

See Also:
isSetType(), getType(), setType(String)

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:
unsetType(), getType(), setType(String)


Copyright © 1996-2010 Geotools. All Rights Reserved.