Package net.opengis.wps20
Interface FormatType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
FormatTypeImpl
public interface FormatType extends EObject
A 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEncoding()
Returns the value of the 'Encoding' attribute.BigInteger
getMaximumMegabytes()
Returns the value of the 'Maximum Megabytes' attribute.String
getMimeType()
Returns the value of the 'Mime Type' attribute.String
getSchema()
Returns the value of the 'Schema' attribute.boolean
isDefault()
Returns the value of the 'Default' attribute.boolean
isSetDefault()
Returns whether the value of the 'Default
' attribute is set.void
setDefault(boolean value)
Sets the value of the 'Default
' attribute.void
setEncoding(String value)
Sets the value of the 'Encoding
' attribute.void
setMaximumMegabytes(BigInteger value)
Sets the value of the 'Maximum Megabytes
' attribute.void
setMimeType(String value)
Sets the value of the 'Mime Type
' attribute.void
setSchema(String value)
Sets the value of the 'Schema
' attribute.void
unsetDefault()
Unsets the value of the 'Default
' attribute.
-
-
-
Method Detail
-
isDefault
boolean isDefault()
Returns the value of the 'Default' attribute.- Returns:
- the value of the 'Default' attribute.
- See Also:
isSetDefault()
,unsetDefault()
,setDefault(boolean)
,Wps20Package.getFormatType_Default()
-
setDefault
void setDefault(boolean value)
Sets the value of the 'Default
' attribute.- Parameters:
value
- the new value of the 'Default' attribute.- See Also:
isSetDefault()
,unsetDefault()
,isDefault()
-
unsetDefault
void unsetDefault()
Unsets the value of the 'Default
' attribute.- See Also:
isSetDefault()
,isDefault()
,setDefault(boolean)
-
isSetDefault
boolean 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)
-
getEncoding
String 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()
-
setEncoding
void setEncoding(String value)
Sets the value of the 'Encoding
' attribute.- Parameters:
value
- the new value of the 'Encoding' attribute.- See Also:
getEncoding()
-
getMaximumMegabytes
BigInteger 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()
-
setMaximumMegabytes
void setMaximumMegabytes(BigInteger value)
Sets the value of the 'Maximum Megabytes
' attribute.- Parameters:
value
- the new value of the 'Maximum Megabytes' attribute.- See Also:
getMaximumMegabytes()
-
getMimeType
String 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()
-
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()
-
getSchema
String 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()
-
setSchema
void setSchema(String value)
Sets the value of the 'Schema
' attribute.- Parameters:
value
- the new value of the 'Schema' attribute.- See Also:
getSchema()
-
-