public interface GraphmlType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
GraphmlType.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 |
|---|---|
DataType |
addNewData()
Appends and returns a new empty value (as xml) as the last "data" element
|
GraphType |
addNewGraph()
Appends and returns a new empty value (as xml) as the last "graph" element
|
KeyType |
addNewKey()
Appends and returns a new empty value (as xml) as the last "key" element
|
DataType[] |
getDataArray()
Gets array of all "data" elements
|
DataType |
getDataArray(int i)
Gets ith "data" element
|
String |
getDesc()
Gets the "desc" element
|
GraphType[] |
getGraphArray()
Gets array of all "graph" elements
|
GraphType |
getGraphArray(int i)
Gets ith "graph" element
|
KeyType[] |
getKeyArray()
Gets array of all "key" elements
|
KeyType |
getKeyArray(int i)
Gets ith "key" element
|
DataType |
insertNewData(int i)
Inserts and returns a new empty value (as xml) as the ith "data" element
|
GraphType |
insertNewGraph(int i)
Inserts and returns a new empty value (as xml) as the ith "graph" element
|
KeyType |
insertNewKey(int i)
Inserts and returns a new empty value (as xml) as the ith "key" element
|
boolean |
isSetDesc()
True if has "desc" element
|
void |
removeData(int i)
Removes the ith "data" element
|
void |
removeGraph(int i)
Removes the ith "graph" element
|
void |
removeKey(int i)
Removes the ith "key" element
|
void |
setDataArray(DataType[] dataArray)
Sets array of all "data" element
|
void |
setDataArray(int i,
DataType data)
Sets ith "data" element
|
void |
setDesc(String desc)
Sets the "desc" element
|
void |
setGraphArray(GraphType[] graphArray)
Sets array of all "graph" element
|
void |
setGraphArray(int i,
GraphType graph)
Sets ith "graph" element
|
void |
setKeyArray(int i,
KeyType key)
Sets ith "key" element
|
void |
setKeyArray(KeyType[] keyArray)
Sets array of all "key" element
|
int |
sizeOfDataArray()
Returns number of "data" element
|
int |
sizeOfGraphArray()
Returns number of "graph" element
|
int |
sizeOfKeyArray()
Returns number of "key" element
|
void |
unsetDesc()
Unsets the "desc" element
|
org.apache.xmlbeans.XmlString |
xgetDesc()
Gets (as xml) the "desc" element
|
void |
xsetDesc(org.apache.xmlbeans.XmlString desc)
Sets (as xml) the "desc" 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, xmlTextString getDesc()
org.apache.xmlbeans.XmlString xgetDesc()
boolean isSetDesc()
void setDesc(String desc)
void xsetDesc(org.apache.xmlbeans.XmlString desc)
void unsetDesc()
KeyType[] getKeyArray()
KeyType getKeyArray(int i)
int sizeOfKeyArray()
void setKeyArray(KeyType[] keyArray)
void setKeyArray(int i,
KeyType key)
KeyType insertNewKey(int i)
KeyType addNewKey()
void removeKey(int i)
GraphType[] getGraphArray()
GraphType getGraphArray(int i)
int sizeOfGraphArray()
void setGraphArray(GraphType[] graphArray)
void setGraphArray(int i,
GraphType graph)
GraphType insertNewGraph(int i)
GraphType addNewGraph()
void removeGraph(int i)
DataType[] getDataArray()
DataType getDataArray(int i)
int sizeOfDataArray()
void setDataArray(DataType[] dataArray)
void setDataArray(int i,
DataType data)
DataType insertNewData(int i)
DataType addNewData()
void removeData(int i)
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.