Package net.opengis.wps20
Interface FormatType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- FormatTypeImpl
 
 public interface FormatType extends EObjectA representation of the model object 'Format Type'. References the XML schema, format, and encoding of a complex value.The following features are supported: - See Also:
- Wps20Package.getFormatType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEncoding()Returns the value of the 'Encoding' attribute.BigIntegergetMaximumMegabytes()Returns the value of the 'Maximum Megabytes' attribute.StringgetMimeType()Returns the value of the 'Mime Type' attribute.StringgetSchema()Returns the value of the 'Schema' attribute.booleanisDefault()Returns the value of the 'Default' attribute.booleanisSetDefault()Returns whether the value of the 'Default' attribute is set.voidsetDefault(boolean value)Sets the value of the 'Default' attribute.voidsetEncoding(String value)Sets the value of the 'Encoding' attribute.voidsetMaximumMegabytes(BigInteger value)Sets the value of the 'Maximum Megabytes' attribute.voidsetMimeType(String value)Sets the value of the 'Mime Type' attribute.voidsetSchema(String value)Sets the value of the 'Schema' attribute.voidunsetDefault()Unsets the value of the 'Default' attribute.
 
- 
- 
- 
Method Detail- 
isDefaultboolean isDefault() Returns the value of the 'Default' attribute.- Returns:
- the value of the 'Default' attribute.
- See Also:
- isSetDefault(),- unsetDefault(),- setDefault(boolean),- Wps20Package.getFormatType_Default()
 
 - 
setDefaultvoid setDefault(boolean value) Sets the value of the 'Default' attribute.- Parameters:
- value- the new value of the 'Default' attribute.
- See Also:
- isSetDefault(),- unsetDefault(),- isDefault()
 
 - 
unsetDefaultvoid unsetDefault() Unsets the value of the 'Default' attribute.- See Also:
- isSetDefault(),- isDefault(),- setDefault(boolean)
 
 - 
isSetDefaultboolean isSetDefault() Returns whether the value of the 'Default' attribute is set.- Returns:
- whether the value of the 'Default' attribute is set.
- See Also:
- unsetDefault(),- isDefault(),- setDefault(boolean)
 
 - 
getEncodingString getEncoding() Returns the value of the 'Encoding' attribute. Encoding procedure or character set of the data (e.g. raw or base64).- Returns:
- the value of the 'Encoding' attribute.
- See Also:
- setEncoding(String),- Wps20Package.getFormatType_Encoding()
 
 - 
setEncodingvoid setEncoding(String value) Sets the value of the 'Encoding' attribute.- Parameters:
- value- the new value of the 'Encoding' attribute.
- See Also:
- getEncoding()
 
 - 
getMaximumMegabytesBigInteger getMaximumMegabytes() Returns the value of the 'Maximum Megabytes' attribute. The maximum size of the input data, in megabytes. If the input exceeds this size, the server may return an error instead of processing the inputs.- Returns:
- the value of the 'Maximum Megabytes' attribute.
- See Also:
- setMaximumMegabytes(BigInteger),- Wps20Package.getFormatType_MaximumMegabytes()
 
 - 
setMaximumMegabytesvoid setMaximumMegabytes(BigInteger value) Sets the value of the 'Maximum Megabytes' attribute.- Parameters:
- value- the new value of the 'Maximum Megabytes' attribute.
- See Also:
- getMaximumMegabytes()
 
 - 
getMimeTypeString getMimeType() Returns the value of the 'Mime Type' attribute. Media type of the data.- Returns:
- the value of the 'Mime Type' attribute.
- See Also:
- setMimeType(String),- Wps20Package.getFormatType_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()
 
 - 
getSchemaString getSchema() Returns the value of the 'Schema' attribute. Identification of the data schema.- Returns:
- the value of the 'Schema' attribute.
- See Also:
- setSchema(String),- Wps20Package.getFormatType_Schema()
 
 - 
setSchemavoid setSchema(String value) Sets the value of the 'Schema' attribute.- Parameters:
- value- the new value of the 'Schema' attribute.
- See Also:
- getSchema()
 
 
- 
 
-