Cytoscape 2.8.0 API

cytoscape.generated
Class SessionState

java.lang.Object
  extended by cytoscape.generated.SessionState

public class SessionState
extends Object

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

plugins

protected Plugins plugins

desktop

protected Desktop desktop

server

protected Server server

cytopanels

protected Cytopanels cytopanels
Constructor Detail

SessionState

public SessionState()
Method Detail

getPlugins

public Plugins getPlugins()
Gets the value of the plugins property.

Returns:
possible object is Plugins

setPlugins

public void setPlugins(Plugins value)
Sets the value of the plugins property.

Parameters:
value - allowed object is Plugins

getDesktop

public Desktop getDesktop()
Gets the value of the desktop property.

Returns:
possible object is Desktop

setDesktop

public void setDesktop(Desktop value)
Sets the value of the desktop property.

Parameters:
value - allowed object is Desktop

getServer

public Server getServer()
Gets the value of the server property.

Returns:
possible object is Server

setServer

public void setServer(Server value)
Sets the value of the server property.

Parameters:
value - allowed object is Server

getCytopanels

public Cytopanels getCytopanels()
Gets the value of the cytopanels property.

Returns:
possible object is Cytopanels

setCytopanels

public void setCytopanels(Cytopanels value)
Sets the value of the cytopanels property.

Parameters:
value - allowed object is Cytopanels

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.