|
Cytoscape 2.8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcytoscape.generated.SessionState
public class SessionState
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}plugins" minOccurs="0"/>
<element ref="{}desktop" minOccurs="0"/>
<element ref="{}server" minOccurs="0"/>
<element ref="{}cytopanels"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Cytopanels |
cytopanels
|
protected Desktop |
desktop
|
protected Plugins |
plugins
|
protected Server |
server
|
| Constructor Summary | |
|---|---|
SessionState()
|
|
| Method Summary | |
|---|---|
Cytopanels |
getCytopanels()
Gets the value of the cytopanels property. |
Desktop |
getDesktop()
Gets the value of the desktop property. |
Plugins |
getPlugins()
Gets the value of the plugins property. |
Server |
getServer()
Gets the value of the server property. |
void |
setCytopanels(Cytopanels value)
Sets the value of the cytopanels property. |
void |
setDesktop(Desktop value)
Sets the value of the desktop property. |
void |
setPlugins(Plugins value)
Sets the value of the plugins property. |
void |
setServer(Server value)
Sets the value of the server property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Plugins plugins
protected Desktop desktop
protected Server server
protected Cytopanels cytopanels
| Constructor Detail |
|---|
public SessionState()
| Method Detail |
|---|
public Plugins getPlugins()
Pluginspublic void setPlugins(Plugins value)
value - allowed object is
Pluginspublic Desktop getDesktop()
Desktoppublic void setDesktop(Desktop value)
value - allowed object is
Desktoppublic Server getServer()
Serverpublic void setServer(Server value)
value - allowed object is
Serverpublic Cytopanels getCytopanels()
Cytopanelspublic void setCytopanels(Cytopanels value)
value - allowed object is
Cytopanels
|
Cytoscape 2.8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||