|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComplexDataType
A representation of the model object 'Complex Data Type'. Complex data (such as an image), including a definition of the complex value data structure (i.e., schema, format, and encoding). May be an ows:Manifest data structure.
The following features are supported:
Wps10Package.getComplexDataType()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getData()
The contents of the data type. |
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.xml.type.AnyType |
---|
getAny, getAnyAttribute, getMixed |
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 |
---|
java.lang.String getEncoding()
setEncoding(String)
,
Wps10Package.getComplexDataType_Encoding()
void setEncoding(java.lang.String value)
Encoding
' attribute.
value
- the new value of the 'Encoding' attribute.getEncoding()
java.lang.String getMimeType()
setMimeType(String)
,
Wps10Package.getComplexDataType_MimeType()
void setMimeType(java.lang.String value)
Mime Type
' attribute.
value
- the new value of the 'Mime Type' attribute.getMimeType()
java.lang.String getSchema()
setSchema(String)
,
Wps10Package.getComplexDataType_Schema()
void setSchema(java.lang.String value)
Schema
' attribute.
value
- the new value of the 'Schema' attribute.getSchema()
org.eclipse.emf.common.util.EList getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |