org.graphdrawing.graphml.xmlns.impl
Class GraphTypeImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by org.graphdrawing.graphml.xmlns.impl.GraphTypeImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource, GraphType

public class GraphTypeImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements GraphType

An XML graph.type(@http://graphml.graphdrawing.org/xmlns). This is a complex type.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.graphdrawing.graphml.xmlns.GraphType
GraphType.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface org.graphdrawing.graphml.xmlns.GraphType
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
GraphTypeImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 DataType addNewData()
          Appends and returns a new empty value (as xml) as the last "data" element
 EdgeType addNewEdge()
          Appends and returns a new empty value (as xml) as the last "edge" element
 HyperedgeType addNewHyperedge()
          Appends and returns a new empty value (as xml) as the last "hyperedge" element
 LocatorType addNewLocator()
          Appends and returns a new empty "locator" element
 NodeType addNewNode()
          Appends and returns a new empty value (as xml) as the last "node" element
 DataType[] getDataArray()
          Gets array of all "data" elements
 DataType getDataArray(int i)
          Gets ith "data" element
 java.lang.String getDesc()
          Gets the "desc" element
 EdgeType[] getEdgeArray()
          Gets array of all "edge" elements
 EdgeType getEdgeArray(int i)
          Gets ith "edge" element
 GraphEdgedefaultType.Enum getEdgedefault()
          Gets the "edgedefault" attribute
 HyperedgeType[] getHyperedgeArray()
          Gets array of all "hyperedge" elements
 HyperedgeType getHyperedgeArray(int i)
          Gets ith "hyperedge" element
 java.lang.String getId()
          Gets the "id" attribute
 LocatorType getLocator()
          Gets the "locator" element
 NodeType[] getNodeArray()
          Gets array of all "node" elements
 NodeType getNodeArray(int i)
          Gets ith "node" element
 GraphEdgeidsType.Enum getParseEdgeids()
          Gets the "parse.edgeids" attribute
 java.math.BigInteger getParseEdges()
          Gets the "parse.edges" attribute
 java.math.BigInteger getParseMaxindegree()
          Gets the "parse.maxindegree" attribute
 java.math.BigInteger getParseMaxoutdegree()
          Gets the "parse.maxoutdegree" attribute
 GraphNodeidsType.Enum getParseNodeids()
          Gets the "parse.nodeids" attribute
 java.math.BigInteger getParseNodes()
          Gets the "parse.nodes" attribute
 GraphOrderType.Enum getParseOrder()
          Gets the "parse.order" attribute
 DataType insertNewData(int i)
          Inserts and returns a new empty value (as xml) as the ith "data" element
 EdgeType insertNewEdge(int i)
          Inserts and returns a new empty value (as xml) as the ith "edge" element
 HyperedgeType insertNewHyperedge(int i)
          Inserts and returns a new empty value (as xml) as the ith "hyperedge" element
 NodeType insertNewNode(int i)
          Inserts and returns a new empty value (as xml) as the ith "node" element
 boolean isSetDesc()
          True if has "desc" element
 boolean isSetId()
          True if has "id" attribute
 boolean isSetLocator()
          True if has "locator" element
 boolean isSetParseEdgeids()
          True if has "parse.edgeids" attribute
 boolean isSetParseEdges()
          True if has "parse.edges" attribute
 boolean isSetParseMaxindegree()
          True if has "parse.maxindegree" attribute
 boolean isSetParseMaxoutdegree()
          True if has "parse.maxoutdegree" attribute
 boolean isSetParseNodeids()
          True if has "parse.nodeids" attribute
 boolean isSetParseNodes()
          True if has "parse.nodes" attribute
 boolean isSetParseOrder()
          True if has "parse.order" attribute
 void removeData(int i)
          Removes the ith "data" element
 void removeEdge(int i)
          Removes the ith "edge" element
 void removeHyperedge(int i)
          Removes the ith "hyperedge" element
 void removeNode(int i)
          Removes the ith "node" element
 void setDataArray(DataType[] dataArray)
          Sets array of all "data" element
 void setDataArray(int i, DataType data)
          Sets ith "data" element
 void setDesc(java.lang.String desc)
          Sets the "desc" element
 void setEdgeArray(EdgeType[] edgeArray)
          Sets array of all "edge" element
 void setEdgeArray(int i, EdgeType edge)
          Sets ith "edge" element
 void setEdgedefault(GraphEdgedefaultType.Enum edgedefault)
          Sets the "edgedefault" attribute
 void setHyperedgeArray(HyperedgeType[] hyperedgeArray)
          Sets array of all "hyperedge" element
 void setHyperedgeArray(int i, HyperedgeType hyperedge)
          Sets ith "hyperedge" element
 void setId(java.lang.String id)
          Sets the "id" attribute
 void setLocator(LocatorType locator)
          Sets the "locator" element
 void setNodeArray(int i, NodeType node)
          Sets ith "node" element
 void setNodeArray(NodeType[] nodeArray)
          Sets array of all "node" element
 void setParseEdgeids(GraphEdgeidsType.Enum parseEdgeids)
          Sets the "parse.edgeids" attribute
 void setParseEdges(java.math.BigInteger parseEdges)
          Sets the "parse.edges" attribute
 void setParseMaxindegree(java.math.BigInteger parseMaxindegree)
          Sets the "parse.maxindegree" attribute
 void setParseMaxoutdegree(java.math.BigInteger parseMaxoutdegree)
          Sets the "parse.maxoutdegree" attribute
 void setParseNodeids(GraphNodeidsType.Enum parseNodeids)
          Sets the "parse.nodeids" attribute
 void setParseNodes(java.math.BigInteger parseNodes)
          Sets the "parse.nodes" attribute
 void setParseOrder(GraphOrderType.Enum parseOrder)
          Sets the "parse.order" attribute
 int sizeOfDataArray()
          Returns number of "data" element
 int sizeOfEdgeArray()
          Returns number of "edge" element
 int sizeOfHyperedgeArray()
          Returns number of "hyperedge" element
 int sizeOfNodeArray()
          Returns number of "node" element
 void unsetDesc()
          Unsets the "desc" element
 void unsetId()
          Unsets the "id" attribute
 void unsetLocator()
          Unsets the "locator" element
 void unsetParseEdgeids()
          Unsets the "parse.edgeids" attribute
 void unsetParseEdges()
          Unsets the "parse.edges" attribute
 void unsetParseMaxindegree()
          Unsets the "parse.maxindegree" attribute
 void unsetParseMaxoutdegree()
          Unsets the "parse.maxoutdegree" attribute
 void unsetParseNodeids()
          Unsets the "parse.nodeids" attribute
 void unsetParseNodes()
          Unsets the "parse.nodes" attribute
 void unsetParseOrder()
          Unsets the "parse.order" attribute
 org.apache.xmlbeans.XmlString xgetDesc()
          Gets (as xml) the "desc" element
 GraphEdgedefaultType xgetEdgedefault()
          Gets (as xml) the "edgedefault" attribute
 org.apache.xmlbeans.XmlNMTOKEN xgetId()
          Gets (as xml) the "id" attribute
 GraphEdgeidsType xgetParseEdgeids()
          Gets (as xml) the "parse.edgeids" attribute
 GraphEdgesType xgetParseEdges()
          Gets (as xml) the "parse.edges" attribute
 GraphMaxindegreeType xgetParseMaxindegree()
          Gets (as xml) the "parse.maxindegree" attribute
 GraphMaxoutdegreeType xgetParseMaxoutdegree()
          Gets (as xml) the "parse.maxoutdegree" attribute
 GraphNodeidsType xgetParseNodeids()
          Gets (as xml) the "parse.nodeids" attribute
 GraphNodesType xgetParseNodes()
          Gets (as xml) the "parse.nodes" attribute
 GraphOrderType xgetParseOrder()
          Gets (as xml) the "parse.order" attribute
 void xsetDesc(org.apache.xmlbeans.XmlString desc)
          Sets (as xml) the "desc" element
 void xsetEdgedefault(GraphEdgedefaultType edgedefault)
          Sets (as xml) the "edgedefault" attribute
 void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
          Sets (as xml) the "id" attribute
 void xsetParseEdgeids(GraphEdgeidsType parseEdgeids)
          Sets (as xml) the "parse.edgeids" attribute
 void xsetParseEdges(GraphEdgesType parseEdges)
          Sets (as xml) the "parse.edges" attribute
 void xsetParseMaxindegree(GraphMaxindegreeType parseMaxindegree)
          Sets (as xml) the "parse.maxindegree" attribute
 void xsetParseMaxoutdegree(GraphMaxoutdegreeType parseMaxoutdegree)
          Sets (as xml) the "parse.maxoutdegree" attribute
 void xsetParseNodeids(GraphNodeidsType parseNodeids)
          Sets (as xml) the "parse.nodeids" attribute
 void xsetParseNodes(GraphNodesType parseNodes)
          Sets (as xml) the "parse.nodes" attribute
 void xsetParseOrder(GraphOrderType parseOrder)
          Sets (as xml) the "parse.order" attribute
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
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
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
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
 

Constructor Detail

GraphTypeImpl

public GraphTypeImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getDesc

public java.lang.String getDesc()
Gets the "desc" element

Specified by:
getDesc in interface GraphType

xgetDesc

public org.apache.xmlbeans.XmlString xgetDesc()
Gets (as xml) the "desc" element

Specified by:
xgetDesc in interface GraphType

isSetDesc

public boolean isSetDesc()
True if has "desc" element

Specified by:
isSetDesc in interface GraphType

setDesc

public void setDesc(java.lang.String desc)
Sets the "desc" element

Specified by:
setDesc in interface GraphType

xsetDesc

public void xsetDesc(org.apache.xmlbeans.XmlString desc)
Sets (as xml) the "desc" element

Specified by:
xsetDesc in interface GraphType

unsetDesc

public void unsetDesc()
Unsets the "desc" element

Specified by:
unsetDesc in interface GraphType

getDataArray

public DataType[] getDataArray()
Gets array of all "data" elements

Specified by:
getDataArray in interface GraphType

getDataArray

public DataType getDataArray(int i)
Gets ith "data" element

Specified by:
getDataArray in interface GraphType

sizeOfDataArray

public int sizeOfDataArray()
Returns number of "data" element

Specified by:
sizeOfDataArray in interface GraphType

setDataArray

public void setDataArray(DataType[] dataArray)
Sets array of all "data" element

Specified by:
setDataArray in interface GraphType

setDataArray

public void setDataArray(int i,
                         DataType data)
Sets ith "data" element

Specified by:
setDataArray in interface GraphType

insertNewData

public DataType insertNewData(int i)
Inserts and returns a new empty value (as xml) as the ith "data" element

Specified by:
insertNewData in interface GraphType

addNewData

public DataType addNewData()
Appends and returns a new empty value (as xml) as the last "data" element

Specified by:
addNewData in interface GraphType

removeData

public void removeData(int i)
Removes the ith "data" element

Specified by:
removeData in interface GraphType

getNodeArray

public NodeType[] getNodeArray()
Gets array of all "node" elements

Specified by:
getNodeArray in interface GraphType

getNodeArray

public NodeType getNodeArray(int i)
Gets ith "node" element

Specified by:
getNodeArray in interface GraphType

sizeOfNodeArray

public int sizeOfNodeArray()
Returns number of "node" element

Specified by:
sizeOfNodeArray in interface GraphType

setNodeArray

public void setNodeArray(NodeType[] nodeArray)
Sets array of all "node" element

Specified by:
setNodeArray in interface GraphType

setNodeArray

public void setNodeArray(int i,
                         NodeType node)
Sets ith "node" element

Specified by:
setNodeArray in interface GraphType

insertNewNode

public NodeType insertNewNode(int i)
Inserts and returns a new empty value (as xml) as the ith "node" element

Specified by:
insertNewNode in interface GraphType

addNewNode

public NodeType addNewNode()
Appends and returns a new empty value (as xml) as the last "node" element

Specified by:
addNewNode in interface GraphType

removeNode

public void removeNode(int i)
Removes the ith "node" element

Specified by:
removeNode in interface GraphType

getEdgeArray

public EdgeType[] getEdgeArray()
Gets array of all "edge" elements

Specified by:
getEdgeArray in interface GraphType

getEdgeArray

public EdgeType getEdgeArray(int i)
Gets ith "edge" element

Specified by:
getEdgeArray in interface GraphType

sizeOfEdgeArray

public int sizeOfEdgeArray()
Returns number of "edge" element

Specified by:
sizeOfEdgeArray in interface GraphType

setEdgeArray

public void setEdgeArray(EdgeType[] edgeArray)
Sets array of all "edge" element

Specified by:
setEdgeArray in interface GraphType

setEdgeArray

public void setEdgeArray(int i,
                         EdgeType edge)
Sets ith "edge" element

Specified by:
setEdgeArray in interface GraphType

insertNewEdge

public EdgeType insertNewEdge(int i)
Inserts and returns a new empty value (as xml) as the ith "edge" element

Specified by:
insertNewEdge in interface GraphType

addNewEdge

public EdgeType addNewEdge()
Appends and returns a new empty value (as xml) as the last "edge" element

Specified by:
addNewEdge in interface GraphType

removeEdge

public void removeEdge(int i)
Removes the ith "edge" element

Specified by:
removeEdge in interface GraphType

getHyperedgeArray

public HyperedgeType[] getHyperedgeArray()
Gets array of all "hyperedge" elements

Specified by:
getHyperedgeArray in interface GraphType

getHyperedgeArray

public HyperedgeType getHyperedgeArray(int i)
Gets ith "hyperedge" element

Specified by:
getHyperedgeArray in interface GraphType

sizeOfHyperedgeArray

public int sizeOfHyperedgeArray()
Returns number of "hyperedge" element

Specified by:
sizeOfHyperedgeArray in interface GraphType

setHyperedgeArray

public void setHyperedgeArray(HyperedgeType[] hyperedgeArray)
Sets array of all "hyperedge" element

Specified by:
setHyperedgeArray in interface GraphType

setHyperedgeArray

public void setHyperedgeArray(int i,
                              HyperedgeType hyperedge)
Sets ith "hyperedge" element

Specified by:
setHyperedgeArray in interface GraphType

insertNewHyperedge

public HyperedgeType insertNewHyperedge(int i)
Inserts and returns a new empty value (as xml) as the ith "hyperedge" element

Specified by:
insertNewHyperedge in interface GraphType

addNewHyperedge

public HyperedgeType addNewHyperedge()
Appends and returns a new empty value (as xml) as the last "hyperedge" element

Specified by:
addNewHyperedge in interface GraphType

removeHyperedge

public void removeHyperedge(int i)
Removes the ith "hyperedge" element

Specified by:
removeHyperedge in interface GraphType

getLocator

public LocatorType getLocator()
Gets the "locator" element

Specified by:
getLocator in interface GraphType

isSetLocator

public boolean isSetLocator()
True if has "locator" element

Specified by:
isSetLocator in interface GraphType

setLocator

public void setLocator(LocatorType locator)
Sets the "locator" element

Specified by:
setLocator in interface GraphType

addNewLocator

public LocatorType addNewLocator()
Appends and returns a new empty "locator" element

Specified by:
addNewLocator in interface GraphType

unsetLocator

public void unsetLocator()
Unsets the "locator" element

Specified by:
unsetLocator in interface GraphType

getParseNodeids

public GraphNodeidsType.Enum getParseNodeids()
Gets the "parse.nodeids" attribute

Specified by:
getParseNodeids in interface GraphType

xgetParseNodeids

public GraphNodeidsType xgetParseNodeids()
Gets (as xml) the "parse.nodeids" attribute

Specified by:
xgetParseNodeids in interface GraphType

isSetParseNodeids

public boolean isSetParseNodeids()
True if has "parse.nodeids" attribute

Specified by:
isSetParseNodeids in interface GraphType

setParseNodeids

public void setParseNodeids(GraphNodeidsType.Enum parseNodeids)
Sets the "parse.nodeids" attribute

Specified by:
setParseNodeids in interface GraphType

xsetParseNodeids

public void xsetParseNodeids(GraphNodeidsType parseNodeids)
Sets (as xml) the "parse.nodeids" attribute

Specified by:
xsetParseNodeids in interface GraphType

unsetParseNodeids

public void unsetParseNodeids()
Unsets the "parse.nodeids" attribute

Specified by:
unsetParseNodeids in interface GraphType

getParseEdgeids

public GraphEdgeidsType.Enum getParseEdgeids()
Gets the "parse.edgeids" attribute

Specified by:
getParseEdgeids in interface GraphType

xgetParseEdgeids

public GraphEdgeidsType xgetParseEdgeids()
Gets (as xml) the "parse.edgeids" attribute

Specified by:
xgetParseEdgeids in interface GraphType

isSetParseEdgeids

public boolean isSetParseEdgeids()
True if has "parse.edgeids" attribute

Specified by:
isSetParseEdgeids in interface GraphType

setParseEdgeids

public void setParseEdgeids(GraphEdgeidsType.Enum parseEdgeids)
Sets the "parse.edgeids" attribute

Specified by:
setParseEdgeids in interface GraphType

xsetParseEdgeids

public void xsetParseEdgeids(GraphEdgeidsType parseEdgeids)
Sets (as xml) the "parse.edgeids" attribute

Specified by:
xsetParseEdgeids in interface GraphType

unsetParseEdgeids

public void unsetParseEdgeids()
Unsets the "parse.edgeids" attribute

Specified by:
unsetParseEdgeids in interface GraphType

getParseOrder

public GraphOrderType.Enum getParseOrder()
Gets the "parse.order" attribute

Specified by:
getParseOrder in interface GraphType

xgetParseOrder

public GraphOrderType xgetParseOrder()
Gets (as xml) the "parse.order" attribute

Specified by:
xgetParseOrder in interface GraphType

isSetParseOrder

public boolean isSetParseOrder()
True if has "parse.order" attribute

Specified by:
isSetParseOrder in interface GraphType

setParseOrder

public void setParseOrder(GraphOrderType.Enum parseOrder)
Sets the "parse.order" attribute

Specified by:
setParseOrder in interface GraphType

xsetParseOrder

public void xsetParseOrder(GraphOrderType parseOrder)
Sets (as xml) the "parse.order" attribute

Specified by:
xsetParseOrder in interface GraphType

unsetParseOrder

public void unsetParseOrder()
Unsets the "parse.order" attribute

Specified by:
unsetParseOrder in interface GraphType

getParseNodes

public java.math.BigInteger getParseNodes()
Gets the "parse.nodes" attribute

Specified by:
getParseNodes in interface GraphType

xgetParseNodes

public GraphNodesType xgetParseNodes()
Gets (as xml) the "parse.nodes" attribute

Specified by:
xgetParseNodes in interface GraphType

isSetParseNodes

public boolean isSetParseNodes()
True if has "parse.nodes" attribute

Specified by:
isSetParseNodes in interface GraphType

setParseNodes

public void setParseNodes(java.math.BigInteger parseNodes)
Sets the "parse.nodes" attribute

Specified by:
setParseNodes in interface GraphType

xsetParseNodes

public void xsetParseNodes(GraphNodesType parseNodes)
Sets (as xml) the "parse.nodes" attribute

Specified by:
xsetParseNodes in interface GraphType

unsetParseNodes

public void unsetParseNodes()
Unsets the "parse.nodes" attribute

Specified by:
unsetParseNodes in interface GraphType

getParseEdges

public java.math.BigInteger getParseEdges()
Gets the "parse.edges" attribute

Specified by:
getParseEdges in interface GraphType

xgetParseEdges

public GraphEdgesType xgetParseEdges()
Gets (as xml) the "parse.edges" attribute

Specified by:
xgetParseEdges in interface GraphType

isSetParseEdges

public boolean isSetParseEdges()
True if has "parse.edges" attribute

Specified by:
isSetParseEdges in interface GraphType

setParseEdges

public void setParseEdges(java.math.BigInteger parseEdges)
Sets the "parse.edges" attribute

Specified by:
setParseEdges in interface GraphType

xsetParseEdges

public void xsetParseEdges(GraphEdgesType parseEdges)
Sets (as xml) the "parse.edges" attribute

Specified by:
xsetParseEdges in interface GraphType

unsetParseEdges

public void unsetParseEdges()
Unsets the "parse.edges" attribute

Specified by:
unsetParseEdges in interface GraphType

getParseMaxindegree

public java.math.BigInteger getParseMaxindegree()
Gets the "parse.maxindegree" attribute

Specified by:
getParseMaxindegree in interface GraphType

xgetParseMaxindegree

public GraphMaxindegreeType xgetParseMaxindegree()
Gets (as xml) the "parse.maxindegree" attribute

Specified by:
xgetParseMaxindegree in interface GraphType

isSetParseMaxindegree

public boolean isSetParseMaxindegree()
True if has "parse.maxindegree" attribute

Specified by:
isSetParseMaxindegree in interface GraphType

setParseMaxindegree

public void setParseMaxindegree(java.math.BigInteger parseMaxindegree)
Sets the "parse.maxindegree" attribute

Specified by:
setParseMaxindegree in interface GraphType

xsetParseMaxindegree

public void xsetParseMaxindegree(GraphMaxindegreeType parseMaxindegree)
Sets (as xml) the "parse.maxindegree" attribute

Specified by:
xsetParseMaxindegree in interface GraphType

unsetParseMaxindegree

public void unsetParseMaxindegree()
Unsets the "parse.maxindegree" attribute

Specified by:
unsetParseMaxindegree in interface GraphType

getParseMaxoutdegree

public java.math.BigInteger getParseMaxoutdegree()
Gets the "parse.maxoutdegree" attribute

Specified by:
getParseMaxoutdegree in interface GraphType

xgetParseMaxoutdegree

public GraphMaxoutdegreeType xgetParseMaxoutdegree()
Gets (as xml) the "parse.maxoutdegree" attribute

Specified by:
xgetParseMaxoutdegree in interface GraphType

isSetParseMaxoutdegree

public boolean isSetParseMaxoutdegree()
True if has "parse.maxoutdegree" attribute

Specified by:
isSetParseMaxoutdegree in interface GraphType

setParseMaxoutdegree

public void setParseMaxoutdegree(java.math.BigInteger parseMaxoutdegree)
Sets the "parse.maxoutdegree" attribute

Specified by:
setParseMaxoutdegree in interface GraphType

xsetParseMaxoutdegree

public void xsetParseMaxoutdegree(GraphMaxoutdegreeType parseMaxoutdegree)
Sets (as xml) the "parse.maxoutdegree" attribute

Specified by:
xsetParseMaxoutdegree in interface GraphType

unsetParseMaxoutdegree

public void unsetParseMaxoutdegree()
Unsets the "parse.maxoutdegree" attribute

Specified by:
unsetParseMaxoutdegree in interface GraphType

getId

public java.lang.String getId()
Gets the "id" attribute

Specified by:
getId in interface GraphType

xgetId

public org.apache.xmlbeans.XmlNMTOKEN xgetId()
Gets (as xml) the "id" attribute

Specified by:
xgetId in interface GraphType

isSetId

public boolean isSetId()
True if has "id" attribute

Specified by:
isSetId in interface GraphType

setId

public void setId(java.lang.String id)
Sets the "id" attribute

Specified by:
setId in interface GraphType

xsetId

public void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
Sets (as xml) the "id" attribute

Specified by:
xsetId in interface GraphType

unsetId

public void unsetId()
Unsets the "id" attribute

Specified by:
unsetId in interface GraphType

getEdgedefault

public GraphEdgedefaultType.Enum getEdgedefault()
Gets the "edgedefault" attribute

Specified by:
getEdgedefault in interface GraphType

xgetEdgedefault

public GraphEdgedefaultType xgetEdgedefault()
Gets (as xml) the "edgedefault" attribute

Specified by:
xgetEdgedefault in interface GraphType

setEdgedefault

public void setEdgedefault(GraphEdgedefaultType.Enum edgedefault)
Sets the "edgedefault" attribute

Specified by:
setEdgedefault in interface GraphType

xsetEdgedefault

public void xsetEdgedefault(GraphEdgedefaultType edgedefault)
Sets (as xml) the "edgedefault" attribute

Specified by:
xsetEdgedefault in interface GraphType


Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.