public static interface OptionDocument.Option
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
OptionDocument.Option.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 |
---|---|
DocDocument.Doc |
addNewDoc()
Appends and returns a new empty value (as xml) as the last "doc" element
|
DocDocument.Doc[] |
getDocArray()
Deprecated.
|
DocDocument.Doc |
getDocArray(int i)
Gets ith "doc" element
|
List<DocDocument.Doc> |
getDocList()
Gets a List of "doc" elements
|
String |
getMediaType()
Gets the "mediaType" attribute
|
String |
getValue()
Gets the "value" attribute
|
DocDocument.Doc |
insertNewDoc(int i)
Inserts and returns a new empty value (as xml) as the ith "doc" element
|
boolean |
isSetMediaType()
True if has "mediaType" attribute
|
void |
removeDoc(int i)
Removes the ith "doc" element
|
void |
setDocArray(DocDocument.Doc[] docArray)
Sets array of all "doc" element
|
void |
setDocArray(int i,
DocDocument.Doc doc)
Sets ith "doc" element
|
void |
setMediaType(String mediaType)
Sets the "mediaType" attribute
|
void |
setValue(String value)
Sets the "value" attribute
|
int |
sizeOfDocArray()
Returns number of "doc" element
|
void |
unsetMediaType()
Unsets the "mediaType" attribute
|
org.apache.xmlbeans.XmlString |
xgetMediaType()
Gets (as xml) the "mediaType" attribute
|
org.apache.xmlbeans.XmlString |
xgetValue()
Gets (as xml) the "value" attribute
|
void |
xsetMediaType(org.apache.xmlbeans.XmlString mediaType)
Sets (as xml) the "mediaType" attribute
|
void |
xsetValue(org.apache.xmlbeans.XmlString value)
Sets (as xml) the "value" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
List<DocDocument.Doc> getDocList()
DocDocument.Doc[] getDocArray()
DocDocument.Doc getDocArray(int i)
int sizeOfDocArray()
void setDocArray(DocDocument.Doc[] docArray)
void setDocArray(int i, DocDocument.Doc doc)
DocDocument.Doc insertNewDoc(int i)
DocDocument.Doc addNewDoc()
void removeDoc(int i)
String getValue()
org.apache.xmlbeans.XmlString xgetValue()
void setValue(String value)
void xsetValue(org.apache.xmlbeans.XmlString value)
String getMediaType()
org.apache.xmlbeans.XmlString xgetMediaType()
boolean isSetMediaType()
void setMediaType(String mediaType)
void xsetMediaType(org.apache.xmlbeans.XmlString mediaType)
void unsetMediaType()
Copyright © 2019. All Rights Reserved.