public static interface DataDocument.Data
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
DataDocument.Data.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
Gets the "encoding" attribute
|
String |
getMimeType()
Gets the "mimeType" attribute
|
String |
getSchema()
Gets the "schema" attribute
|
boolean |
isSetEncoding()
True if has "encoding" attribute
|
boolean |
isSetMimeType()
True if has "mimeType" attribute
|
boolean |
isSetSchema()
True if has "schema" attribute
|
void |
setEncoding(String encoding)
Sets the "encoding" attribute
|
void |
setMimeType(String mimeType)
Sets the "mimeType" attribute
|
void |
setSchema(String schema)
Sets the "schema" attribute
|
void |
unsetEncoding()
Unsets the "encoding" attribute
|
void |
unsetMimeType()
Unsets the "mimeType" attribute
|
void |
unsetSchema()
Unsets the "schema" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetEncoding()
Gets (as xml) the "encoding" attribute
|
MimeType |
xgetMimeType()
Gets (as xml) the "mimeType" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetSchema()
Gets (as xml) the "schema" attribute
|
void |
xsetEncoding(org.apache.xmlbeans.XmlAnyURI encoding)
Sets (as xml) the "encoding" attribute
|
void |
xsetMimeType(MimeType mimeType)
Sets (as xml) the "mimeType" attribute
|
void |
xsetSchema(org.apache.xmlbeans.XmlAnyURI schema)
Sets (as xml) the "schema" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getMimeType()
MimeType xgetMimeType()
boolean isSetMimeType()
void setMimeType(String mimeType)
void xsetMimeType(MimeType mimeType)
void unsetMimeType()
String getEncoding()
org.apache.xmlbeans.XmlAnyURI xgetEncoding()
boolean isSetEncoding()
void setEncoding(String encoding)
void xsetEncoding(org.apache.xmlbeans.XmlAnyURI encoding)
void unsetEncoding()
String getSchema()
org.apache.xmlbeans.XmlAnyURI xgetSchema()
boolean isSetSchema()
void setSchema(String schema)
void xsetSchema(org.apache.xmlbeans.XmlAnyURI schema)
void unsetSchema()
Copyright © 2015–2018 52north.org. All rights reserved.