Package net.opengis.wps10
Interface ComplexDataDescriptionType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ComplexDataDescriptionTypeImpl
public interface ComplexDataDescriptionType extends 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:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEncoding()
Returns the value of the 'Encoding' attribute.String
getMimeType()
Returns the value of the 'Mime Type' attribute.String
getSchema()
Returns the value of the 'Schema' attribute.void
setEncoding(String value)
Sets the value of the 'Encoding
' attribute.void
setMimeType(String value)
Sets the value of the 'Mime Type
' attribute.void
setSchema(String value)
Sets the value of the 'Schema
' attribute.
-
-
-
Method Detail
-
getMimeType
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(String value)
Sets the value of the 'Mime Type
' attribute.- Parameters:
value
- the new value of the 'Mime Type' attribute.- See Also:
getMimeType()
-
getEncoding
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(String value)
Sets the value of the 'Encoding
' attribute.- Parameters:
value
- the new value of the 'Encoding' attribute.- See Also:
getEncoding()
-
getSchema
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(String value)
Sets the value of the 'Schema
' attribute.- Parameters:
value
- the new value of the 'Schema' attribute.- See Also:
getSchema()
-
-