public interface DataDescriptionType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
DataDescriptionType.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 |
|---|---|
FormatDocument.Format |
addNewFormat()
Appends and returns a new empty value (as xml) as the last "Format" element
|
FormatDocument.Format[] |
getFormatArray()
Gets array of all "Format" elements
|
FormatDocument.Format |
getFormatArray(int i)
Gets ith "Format" element
|
FormatDocument.Format |
insertNewFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "Format" element
|
void |
removeFormat(int i)
Removes the ith "Format" element
|
void |
setFormatArray(FormatDocument.Format[] formatArray)
Sets array of all "Format" element
|
void |
setFormatArray(int i,
FormatDocument.Format format)
Sets ith "Format" element
|
int |
sizeOfFormatArray()
Returns number of "Format" element
|
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, xmlTextFormatDocument.Format[] getFormatArray()
FormatDocument.Format getFormatArray(int i)
int sizeOfFormatArray()
void setFormatArray(FormatDocument.Format[] formatArray)
void setFormatArray(int i,
FormatDocument.Format format)
FormatDocument.Format insertNewFormat(int i)
FormatDocument.Format addNewFormat()
void removeFormat(int i)
Copyright © 2015–2018 52north.org. All rights reserved.