public static interface IncludeDocument.Include
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
IncludeDocument.Include.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 |
getHref()
Gets the "href" attribute
|
DocDocument.Doc |
insertNewDoc(int i)
Inserts and returns a new empty value (as xml) as the ith "doc" element
|
boolean |
isSetHref()
True if has "href" 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 |
setHref(String href)
Sets the "href" attribute
|
int |
sizeOfDocArray()
Returns number of "doc" element
|
void |
unsetHref()
Unsets the "href" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetHref()
Gets (as xml) the "href" attribute
|
void |
xsetHref(org.apache.xmlbeans.XmlAnyURI href)
Sets (as xml) the "href" 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 getHref()
org.apache.xmlbeans.XmlAnyURI xgetHref()
boolean isSetHref()
void setHref(String href)
void xsetHref(org.apache.xmlbeans.XmlAnyURI href)
void unsetHref()
Copyright © 2019. All Rights Reserved.