java.lang.Object
net.anwiba.tools.simple.graphml.generated.GraphMl
Java class for graphml element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="graphml">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.anwiba.net/tools/simple/graphml}KeyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="graph" type="{http://www.anwiba.net/tools/simple/graphml}GraphType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
graph
-
-
Constructor Details
-
GraphMl
public GraphMl()
-
-
Method Details
-
getKey
Gets the value of the key property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the key property.For example, to add a new item, do as follows:
getKey().add(newItem);Objects of the following type(s) are allowed in the list
Key- Returns:
- The value of the key property.
-
getGraph
Gets the value of the graph property.- Returns:
- possible object is
Graph
-
setGraph
Sets the value of the graph property.- Parameters:
value- allowed object isGraph
-