java.lang.Object
net.anwiba.tools.simple.graphml.generated.GraphMl

public class GraphMl extends Object

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 Details

    • key

      protected List<Key> key
    • graph

      protected Graph graph
  • Constructor Details

    • GraphMl

      public GraphMl()
  • Method Details

    • getKey

      public List<Key> 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 set method 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

      public Graph getGraph()
      Gets the value of the graph property.
      Returns:
      possible object is Graph
    • setGraph

      public void setGraph(Graph value)
      Sets the value of the graph property.
      Parameters:
      value - allowed object is Graph