public static interface FormatDocument.Format
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
FormatDocument.Format.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 |
|---|---|
boolean |
getDefault()
Gets the "default" attribute
|
String |
getEncoding()
Gets the "encoding" attribute
|
BigInteger |
getMaximumMegabytes()
Gets the "maximumMegabytes" attribute
|
String |
getMimeType()
Gets the "mimeType" attribute
|
String |
getSchema()
Gets the "schema" attribute
|
boolean |
isSetDefault()
True if has "default" attribute
|
boolean |
isSetEncoding()
True if has "encoding" attribute
|
boolean |
isSetMaximumMegabytes()
True if has "maximumMegabytes" attribute
|
boolean |
isSetMimeType()
True if has "mimeType" attribute
|
boolean |
isSetSchema()
True if has "schema" attribute
|
void |
setDefault(boolean xdefault)
Sets the "default" attribute
|
void |
setEncoding(String encoding)
Sets the "encoding" attribute
|
void |
setMaximumMegabytes(BigInteger maximumMegabytes)
Sets the "maximumMegabytes" attribute
|
void |
setMimeType(String mimeType)
Sets the "mimeType" attribute
|
void |
setSchema(String schema)
Sets the "schema" attribute
|
void |
unsetDefault()
Unsets the "default" attribute
|
void |
unsetEncoding()
Unsets the "encoding" attribute
|
void |
unsetMaximumMegabytes()
Unsets the "maximumMegabytes" attribute
|
void |
unsetMimeType()
Unsets the "mimeType" attribute
|
void |
unsetSchema()
Unsets the "schema" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetDefault()
Gets (as xml) the "default" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetEncoding()
Gets (as xml) the "encoding" attribute
|
org.apache.xmlbeans.XmlPositiveInteger |
xgetMaximumMegabytes()
Gets (as xml) the "maximumMegabytes" attribute
|
MimeType |
xgetMimeType()
Gets (as xml) the "mimeType" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetSchema()
Gets (as xml) the "schema" attribute
|
void |
xsetDefault(org.apache.xmlbeans.XmlBoolean xdefault)
Sets (as xml) the "default" attribute
|
void |
xsetEncoding(org.apache.xmlbeans.XmlAnyURI encoding)
Sets (as xml) the "encoding" attribute
|
void |
xsetMaximumMegabytes(org.apache.xmlbeans.XmlPositiveInteger maximumMegabytes)
Sets (as xml) the "maximumMegabytes" 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()
BigInteger getMaximumMegabytes()
org.apache.xmlbeans.XmlPositiveInteger xgetMaximumMegabytes()
boolean isSetMaximumMegabytes()
void setMaximumMegabytes(BigInteger maximumMegabytes)
void xsetMaximumMegabytes(org.apache.xmlbeans.XmlPositiveInteger maximumMegabytes)
void unsetMaximumMegabytes()
boolean getDefault()
org.apache.xmlbeans.XmlBoolean xgetDefault()
boolean isSetDefault()
void setDefault(boolean xdefault)
void xsetDefault(org.apache.xmlbeans.XmlBoolean xdefault)
void unsetDefault()
Copyright © 2015–2018 52north.org. All rights reserved.