net.opengis.wps10
Interface ComplexDataDescriptionType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ComplexDataDescriptionTypeImpl

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

A representation of the model object 'Complex Data Description Type'. A combination of format, encoding, and/or schema supported by a process input or output.

The following features are supported:

See Also:
Wps10Package.getComplexDataDescriptionType()

Method Summary
 java.lang.String getEncoding()
          Returns the value of the 'Encoding' attribute.
 java.lang.String getMimeType()
          Returns the value of the 'Mime Type' attribute.
 java.lang.String getSchema()
          Returns the value of the 'Schema' attribute.
 void setEncoding(java.lang.String value)
          Sets the value of the 'Encoding' attribute.
 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.
 
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

getMimeType

java.lang.String getMimeType()
Returns the value of the 'Mime Type' attribute. Mime type supported for this input or output (e.g., text/xml).

Returns:
the value of the 'Mime Type' attribute.
See Also:
setMimeType(String), Wps10Package.getComplexDataDescriptionType_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()

getEncoding

java.lang.String getEncoding()
Returns the value of the 'Encoding' attribute. Reference to an encoding supported for this input or output (e.g., UTF-8). This element shall be omitted if Encoding does not apply to this Input/Output.

Returns:
the value of the 'Encoding' attribute.
See Also:
setEncoding(String), Wps10Package.getComplexDataDescriptionType_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()

getSchema

java.lang.String getSchema()
Returns the value of the 'Schema' attribute. Reference to a definition of XML elements or types supported for this Input/Output (e.g., GML 2.1 Application Schema). Each of these XML elements or types shall be defined in a separate XML Schema Document. This parameter shall be included when this input/output is XML encoded using an XML schema. When included, the input/output shall validate against the referenced XML Schema. This element shall be omitted if Schema does not apply to this Input/Output. Note: If the Input/Output uses a profile of a larger schema, the server administrator should provide that schema profile for validation purposes.

Returns:
the value of the 'Schema' attribute.
See Also:
setSchema(String), Wps10Package.getComplexDataDescriptionType_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()


Copyright © 1996-2010 Geotools. All Rights Reserved.