public interface HyperedgeType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
HyperedgeType.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
|
EndpointType |
addNewEndpoint()
Appends and returns a new empty value (as xml) as the last "endpoint" element
|
GraphType |
addNewGraph()
Appends and returns a new empty "graph" element
|
DataType[] |
getDataArray()
Gets array of all "data" elements
|
DataType |
getDataArray(int i)
Gets ith "data" element
|
String |
getDesc()
Gets the "desc" element
|
EndpointType[] |
getEndpointArray()
Gets array of all "endpoint" elements
|
EndpointType |
getEndpointArray(int i)
Gets ith "endpoint" element
|
GraphType |
getGraph()
Gets the "graph" element
|
String |
getId()
Gets the "id" attribute
|
DataType |
insertNewData(int i)
Inserts and returns a new empty value (as xml) as the ith "data" element
|
EndpointType |
insertNewEndpoint(int i)
Inserts and returns a new empty value (as xml) as the ith "endpoint" element
|
boolean |
isSetDesc()
True if has "desc" element
|
boolean |
isSetGraph()
True if has "graph" element
|
boolean |
isSetId()
True if has "id" attribute
|
void |
removeData(int i)
Removes the ith "data" element
|
void |
removeEndpoint(int i)
Removes the ith "endpoint" 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 |
setEndpointArray(EndpointType[] endpointArray)
Sets array of all "endpoint" element
|
void |
setEndpointArray(int i,
EndpointType endpoint)
Sets ith "endpoint" element
|
void |
setGraph(GraphType graph)
Sets the "graph" element
|
void |
setId(String id)
Sets the "id" attribute
|
int |
sizeOfDataArray()
Returns number of "data" element
|
int |
sizeOfEndpointArray()
Returns number of "endpoint" element
|
void |
unsetDesc()
Unsets the "desc" element
|
void |
unsetGraph()
Unsets the "graph" element
|
void |
unsetId()
Unsets the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetDesc()
Gets (as xml) the "desc" element
|
org.apache.xmlbeans.XmlNMTOKEN |
xgetId()
Gets (as xml) the "id" attribute
|
void |
xsetDesc(org.apache.xmlbeans.XmlString desc)
Sets (as xml) the "desc" element
|
void |
xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
Sets (as xml) the "id" attribute
|
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()
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)
EndpointType[] getEndpointArray()
EndpointType getEndpointArray(int i)
int sizeOfEndpointArray()
void setEndpointArray(EndpointType[] endpointArray)
void setEndpointArray(int i,
EndpointType endpoint)
EndpointType insertNewEndpoint(int i)
EndpointType addNewEndpoint()
void removeEndpoint(int i)
GraphType getGraph()
boolean isSetGraph()
void setGraph(GraphType graph)
GraphType addNewGraph()
void unsetGraph()
String getId()
org.apache.xmlbeans.XmlNMTOKEN xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
void unsetId()
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.