|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kwebs.jaxws.GraphLayout
public class GraphLayout
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>
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 |
---|
protected String serializedGraph
protected String informat
protected String outformat
protected List<GraphLayoutOption> options
Constructor Detail |
---|
public GraphLayout()
Method Detail |
---|
public String getSerializedGraph()
String
public void setSerializedGraph(String value)
value
- allowed object is
String
public String getInformat()
String
public void setInformat(String value)
value
- allowed object is
String
public String getOutformat()
String
public void setOutformat(String value)
value
- allowed object is
String
public List<GraphLayoutOption> getOptions()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |