public static interface LinkDocument.Link
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
LinkDocument.Link.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 |
getRel()
Gets the "rel" attribute
|
String |
getResourceType()
Gets the "resource_type" attribute
|
String |
getRev()
Gets the "rev" attribute
|
DocDocument.Doc |
insertNewDoc(int i)
Inserts and returns a new empty value (as xml) as the ith "doc" element
|
boolean |
isSetRel()
True if has "rel" attribute
|
boolean |
isSetResourceType()
True if has "resource_type" attribute
|
boolean |
isSetRev()
True if has "rev" 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 |
setRel(String rel)
Sets the "rel" attribute
|
void |
setResourceType(String resourceType)
Sets the "resource_type" attribute
|
void |
setRev(String rev)
Sets the "rev" attribute
|
int |
sizeOfDocArray()
Returns number of "doc" element
|
void |
unsetRel()
Unsets the "rel" attribute
|
void |
unsetResourceType()
Unsets the "resource_type" attribute
|
void |
unsetRev()
Unsets the "rev" attribute
|
org.apache.xmlbeans.XmlToken |
xgetRel()
Gets (as xml) the "rel" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetResourceType()
Gets (as xml) the "resource_type" attribute
|
org.apache.xmlbeans.XmlToken |
xgetRev()
Gets (as xml) the "rev" attribute
|
void |
xsetRel(org.apache.xmlbeans.XmlToken rel)
Sets (as xml) the "rel" attribute
|
void |
xsetResourceType(org.apache.xmlbeans.XmlAnyURI resourceType)
Sets (as xml) the "resource_type" attribute
|
void |
xsetRev(org.apache.xmlbeans.XmlToken rev)
Sets (as xml) the "rev" 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 getResourceType()
org.apache.xmlbeans.XmlAnyURI xgetResourceType()
boolean isSetResourceType()
void setResourceType(String resourceType)
void xsetResourceType(org.apache.xmlbeans.XmlAnyURI resourceType)
void unsetResourceType()
String getRel()
org.apache.xmlbeans.XmlToken xgetRel()
boolean isSetRel()
void setRel(String rel)
void xsetRel(org.apache.xmlbeans.XmlToken rel)
void unsetRel()
String getRev()
org.apache.xmlbeans.XmlToken xgetRev()
boolean isSetRev()
void setRev(String rev)
void xsetRev(org.apache.xmlbeans.XmlToken rev)
void unsetRev()
Copyright © 2019. All Rights Reserved.