de.cau.cs.kieler.kwebs.jaxws
Class GraphLayout

java.lang.Object
  extended by de.cau.cs.kieler.kwebs.jaxws.GraphLayout

public class GraphLayout
extends Object

Java class for graphLayout complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="graphLayout">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="serializedGraph" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="informat" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="outformat" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="options" type="{http://rtsys.informatik.uni-kiel.de/layout}graphLayoutOption" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Rating red

Field Summary
protected  String informat
           
protected  List<GraphLayoutOption> options
           
protected  String outformat
           
protected  String serializedGraph
           
 
Constructor Summary
GraphLayout()
           
 
Method Summary
 String getInformat()
          Gets the value of the informat property.
 List<GraphLayoutOption> getOptions()
          Gets the value of the options property.
 String getOutformat()
          Gets the value of the outformat property.
 String getSerializedGraph()
          Gets the value of the serializedGraph property.
 void setInformat(String value)
          Sets the value of the informat property.
 void setOutformat(String value)
          Sets the value of the outformat property.
 void setSerializedGraph(String value)
          Sets the value of the serializedGraph property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serializedGraph

protected String serializedGraph

informat

protected String informat

outformat

protected String outformat

options

protected List<GraphLayoutOption> options
Constructor Detail

GraphLayout

public GraphLayout()
Method Detail

getSerializedGraph

public String getSerializedGraph()
Gets the value of the serializedGraph property.

Returns:
possible object is String

setSerializedGraph

public void setSerializedGraph(String value)
Sets the value of the serializedGraph property.

Parameters:
value - allowed object is String

getInformat

public String getInformat()
Gets the value of the informat property.

Returns:
possible object is String

setInformat

public void setInformat(String value)
Sets the value of the informat property.

Parameters:
value - allowed object is String

getOutformat

public String getOutformat()
Gets the value of the outformat property.

Returns:
possible object is String

setOutformat

public void setOutformat(String value)
Sets the value of the outformat property.

Parameters:
value - allowed object is String

getOptions

public List<GraphLayoutOption> getOptions()
Gets the value of the options 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 JAXB object. This is why there is not a set method for the options property.

For example, to add a new item, do as follows:

    getOptions().add(newItem);
 

Objects of the following type(s) are allowed in the list GraphLayoutOption