net.opengis.wps10
Interface OutputDefinitionType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DocumentOutputDefinitionType
All Known Implementing Classes:
DocumentOutputDefinitionTypeImpl, OutputDefinitionTypeImpl

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

A representation of the model object 'Output Definition Type'. Definition of a format, encoding, schema, and unit-of-measure for an output to be returned from a process.

The following features are supported:

See Also:
Wps10Package.getOutputDefinitionType()

Method Summary
 java.lang.String getEncoding()
          Returns the value of the 'Encoding' attribute.
 CodeType getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 java.lang.String getMimeType()
          Returns the value of the 'Mime Type' attribute.
 java.lang.String getSchema()
          Returns the value of the 'Schema' attribute.
 java.lang.String getUom()
          Returns the value of the 'Uom' attribute.
 void setEncoding(java.lang.String value)
          Sets the value of the 'Encoding' attribute.
 void setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void setMimeType(java.lang.String value)
          Sets the value of the 'Mime Type' attribute.
 void setSchema(java.lang.String value)
          Sets the value of the 'Schema' attribute.
 void setUom(java.lang.String value)
          Sets the value of the 'Uom' 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

getIdentifier

CodeType getIdentifier()
Returns the value of the 'Identifier' containment reference. Unambiguous identifier or name of an output, unique for this process.

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

getEncoding

java.lang.String getEncoding()
Returns the value of the 'Encoding' attribute. The encoding of this input or requested for this output (e.g., UTF-8). This "encoding" shall be included whenever the encoding required is not the default encoding indicated in the Process full description. When included, this encoding shall be one published for this output or input in the Process full description.

Returns:
the value of the 'Encoding' attribute.
See Also:
setEncoding(String), Wps10Package.getOutputDefinitionType_Encoding()

setEncoding

void setEncoding(java.lang.String value)
Sets the value of the 'Encoding' attribute.

Parameters:
value - the new value of the 'Encoding' attribute.
See Also:
getEncoding()

getMimeType

java.lang.String getMimeType()
Returns the value of the 'Mime Type' attribute. The Format of this input or requested for this output (e.g., text/xml). This element shall be omitted when the Format is indicated in the http header of the output. When included, this format shall be one published for this output or input in the Process full description.

Returns:
the value of the 'Mime Type' attribute.
See Also:
setMimeType(String), Wps10Package.getOutputDefinitionType_MimeType()

setMimeType

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

Parameters:
value - the new value of the 'Mime Type' attribute.
See Also:
getMimeType()

getSchema

java.lang.String getSchema()
Returns the value of the 'Schema' attribute. Web-accessible XML Schema Document that defines the content model of this complex resource (e.g., encoded using GML 2.2 Application Schema). This reference should be included for XML encoded complex resources to facilitate validation. PS I changed the name of this attribute to be consistent with the ProcessDescription. The original was giving me validation troubles in XMLSpy.

Returns:
the value of the 'Schema' attribute.
See Also:
setSchema(String), Wps10Package.getOutputDefinitionType_Schema()

setSchema

void setSchema(java.lang.String value)
Sets the value of the 'Schema' attribute.

Parameters:
value - the new value of the 'Schema' attribute.
See Also:
getSchema()

getUom

java.lang.String getUom()
Returns the value of the 'Uom' attribute. Reference to the unit of measure (if any) requested for this output. A uom can be referenced when a client wants to specify one of the units of measure supported for this output. This uom shall be a unit of measure referenced for this output of this process in the Process full description.

Returns:
the value of the 'Uom' attribute.
See Also:
setUom(String), Wps10Package.getOutputDefinitionType_Uom()

setUom

void setUom(java.lang.String value)
Sets the value of the 'Uom' attribute.

Parameters:
value - the new value of the 'Uom' attribute.
See Also:
getUom()


Copyright © 1996-2010 Geotools. All Rights Reserved.