|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentOutputDefinitionType
A representation of the model object 'Document Output Definition Type'. Definition of a format, encoding, schema, and unit-of-measure for an output to be returned from a process. In this use, the DescriptionType shall describe this process input or output.
The following features are supported:
Wps10Package.getDocumentOutputDefinitionType()
Method Summary | |
---|---|
LanguageStringType |
getAbstract()
Returns the value of the 'Abstract' containment reference. |
LanguageStringType |
getTitle()
Returns the value of the 'Title' containment reference. |
boolean |
isAsReference()
Returns the value of the 'As Reference' attribute. |
boolean |
isSetAsReference()
Returns whether the value of the ' As Reference ' attribute is set. |
void |
setAbstract(LanguageStringType value)
Sets the value of the ' Abstract ' containment reference. |
void |
setAsReference(boolean value)
Sets the value of the ' As Reference ' attribute. |
void |
setTitle(LanguageStringType value)
Sets the value of the ' Title ' containment reference. |
void |
unsetAsReference()
Unsets the value of the ' As Reference ' attribute. |
Methods inherited from interface net.opengis.wps10.OutputDefinitionType |
---|
getEncoding, getIdentifier, getMimeType, getSchema, getUom, setEncoding, setIdentifier, setMimeType, setSchema, setUom |
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 |
---|
LanguageStringType getTitle()
setTitle(LanguageStringType)
,
Wps10Package.getDocumentOutputDefinitionType_Title()
void setTitle(LanguageStringType value)
Title
' containment reference.
value
- the new value of the 'Title' containment reference.getTitle()
LanguageStringType getAbstract()
setAbstract(LanguageStringType)
,
Wps10Package.getDocumentOutputDefinitionType_Abstract()
void setAbstract(LanguageStringType value)
Abstract
' containment reference.
value
- the new value of the 'Abstract' containment reference.getAbstract()
boolean isAsReference()
"false"
.
Specifies if this output should be stored by the process as a web-accessible resource. If asReference is "true", the server shall store this output so that the client can retrieve it as required. If store is "false", all the output shall be encoded in the Execute operation response document. This parameter only applies to ComplexData outputs. This parameter shall not be included unless the corresponding "storeSupported" parameter is included and is "true" in the ProcessDescription for this process.
isSetAsReference()
,
unsetAsReference()
,
setAsReference(boolean)
,
Wps10Package.getDocumentOutputDefinitionType_AsReference()
void setAsReference(boolean value)
As Reference
' attribute.
value
- the new value of the 'As Reference' attribute.isSetAsReference()
,
unsetAsReference()
,
isAsReference()
void unsetAsReference()
As Reference
' attribute.
isSetAsReference()
,
isAsReference()
,
setAsReference(boolean)
boolean isSetAsReference()
As Reference
' attribute is set.
unsetAsReference()
,
isAsReference()
,
setAsReference(boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |