net.opengis.ows11
Interface ReferenceType

All Superinterfaces:
AbstractReferenceBaseType, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.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:
Ows11Package.getReferenceType()

Method Summary
 org.eclipse.emf.common.util.EList getAbstract()
          Returns the value of the 'Abstract' containment reference list.
 java.lang.String getFormat()
          Returns the value of the 'Format' attribute.
 CodeType getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 org.eclipse.emf.common.util.EList getMetadata()
          Returns the value of the 'Metadata' containment reference list.
 void setFormat(java.lang.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 net.opengis.ows11.AbstractReferenceBaseType
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, isSetType, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setType, unsetType
 
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

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), Ows11Package.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

org.eclipse.emf.common.util.EList getAbstract()
Returns the value of the 'Abstract' containment reference list. The list contents are of type LanguageStringType. Brief narrative description of this resource, normally used for display to a human.

Returns:
the value of the 'Abstract' containment reference list.
See Also:
Ows11Package.getReferenceType_Abstract()

getFormat

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

setFormat

void setFormat(java.lang.String value)
Sets the value of the 'Format' attribute.

Parameters:
value - the new value of the 'Format' attribute.
See Also:
getFormat()

getMetadata

org.eclipse.emf.common.util.EList getMetadata()
Returns the value of the 'Metadata' containment reference list. The list contents are of type MetadataType. 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:
Ows11Package.getReferenceType_Metadata()


Copyright © 1996-2010 Geotools. All Rights Reserved.