net.opengis.wps10
Interface DescriptionType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
InputDescriptionType, OutputDataType, OutputDescriptionType, ProcessBriefType, ProcessDescriptionType
All Known Implementing Classes:
DescriptionTypeImpl, InputDescriptionTypeImpl, OutputDataTypeImpl, OutputDescriptionTypeImpl, ProcessBriefTypeImpl, ProcessDescriptionTypeImpl

public interface DescriptionType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Description Type'. Description of a WPS process or output object.

The following features are supported:

See Also:
Wps10Package.getDescriptionType()

Method Summary
 LanguageStringType getAbstract()
          Returns the value of the 'Abstract' containment reference.
 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.
 LanguageStringType getTitle()
          Returns the value of the 'Title' containment reference.
 void setAbstract(LanguageStringType value)
          Sets the value of the 'Abstract' containment reference.
 void setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void setTitle(LanguageStringType value)
          Sets the value of the 'Title' containment reference.
 
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. Unambiguous identifier or name of a process, unique for this server, or unambiguous identifier or name of an output, unique for this process.

Returns:
the value of the 'Identifier' containment reference.
See Also:
setIdentifier(CodeType), Wps10Package.getDescriptionType_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()

getTitle

LanguageStringType getTitle()
Returns the value of the 'Title' containment reference. Title of a process or output, normally available for display to a human.

Returns:
the value of the 'Title' containment reference.
See Also:
setTitle(LanguageStringType), Wps10Package.getDescriptionType_Title()

setTitle

void setTitle(LanguageStringType value)
Sets the value of the 'Title' containment reference.

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

getAbstract

LanguageStringType getAbstract()
Returns the value of the 'Abstract' containment reference. Brief narrative description of a process or output, normally available for display to a human.

Returns:
the value of the 'Abstract' containment reference.
See Also:
setAbstract(LanguageStringType), Wps10Package.getDescriptionType_Abstract()

setAbstract

void setAbstract(LanguageStringType value)
Sets the value of the 'Abstract' containment reference.

Parameters:
value - the new value of the 'Abstract' containment reference.
See Also:
getAbstract()

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 process/input/output. A list of optional and/or required metadata elements for this process/input/output could be specified in an Application Profile for this service.

Returns:
the value of the 'Metadata' containment reference list.
See Also:
Wps10Package.getDescriptionType_Metadata()


Copyright © 1996-2010 Geotools. All Rights Reserved.