cytoscape.generated
Interface SessionStateType

All Known Subinterfaces:
SessionState
All Known Implementing Classes:
SessionStateImpl, SessionStateTypeImpl

public interface SessionStateType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/cellar/users/mes/cytoscape/schema/cysession.xsd line 15)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}plugins" minOccurs="0"/>
         <element ref="{}cytopanels"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 CytopanelsType getCytopanels()
          Gets the value of the cytopanels property.
 PluginsType getPlugins()
          Gets the value of the plugins property.
 void setCytopanels(CytopanelsType value)
          Sets the value of the cytopanels property.
 void setPlugins(PluginsType value)
          Sets the value of the plugins property.
 

Method Detail

getCytopanels

CytopanelsType getCytopanels()
Gets the value of the cytopanels property.

Returns:
possible object is Cytopanels CytopanelsType

setCytopanels

void setCytopanels(CytopanelsType value)
Sets the value of the cytopanels property.

Parameters:
value - allowed object is Cytopanels CytopanelsType

getPlugins

PluginsType getPlugins()
Gets the value of the plugins property.

Returns:
possible object is PluginsType Plugins

setPlugins

void setPlugins(PluginsType value)
Sets the value of the plugins property.

Parameters:
value - allowed object is PluginsType Plugins