Package net.opengis.wps10
Interface ComplexDataDescriptionType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- ComplexDataDescriptionTypeImpl
 
 public interface ComplexDataDescriptionType extends EObjectA 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: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEncoding()Returns the value of the 'Encoding' attribute.StringgetMimeType()Returns the value of the 'Mime Type' attribute.StringgetSchema()Returns the value of the 'Schema' attribute.voidsetEncoding(String value)Sets the value of the 'Encoding' attribute.voidsetMimeType(String value)Sets the value of the 'Mime Type' attribute.voidsetSchema(String value)Sets the value of the 'Schema' attribute.
 
- 
- 
- 
Method Detail- 
getMimeTypeString 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()
 
 - 
setMimeTypevoid setMimeType(String value) Sets the value of the 'Mime Type' attribute.- Parameters:
- value- the new value of the 'Mime Type' attribute.
- See Also:
- getMimeType()
 
 - 
getEncodingString 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()
 
 - 
setEncodingvoid setEncoding(String value) Sets the value of the 'Encoding' attribute.- Parameters:
- value- the new value of the 'Encoding' attribute.
- See Also:
- getEncoding()
 
 - 
getSchemaString 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()
 
 - 
setSchemavoid setSchema(String value) Sets the value of the 'Schema' attribute.- Parameters:
- value- the new value of the 'Schema' attribute.
- See Also:
- getSchema()
 
 
- 
 
-