Cytoscape 2.8.0 API

cytoscape.generated
Class Cytopanel

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

public class Cytopanel
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="{}panelState"/>
         <element ref="{}selectedPanel"/>
         <element ref="{}panels"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  Panels panels
           
protected  String panelState
           
protected  String selectedPanel
           
 
Constructor Summary
Cytopanel()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 Panels getPanels()
          Gets the value of the panels property.
 String getPanelState()
          Gets the value of the panelState property.
 String getSelectedPanel()
          Gets the value of the selectedPanel property.
 void setId(String value)
          Sets the value of the id property.
 void setPanels(Panels value)
          Sets the value of the panels property.
 void setPanelState(String value)
          Sets the value of the panelState property.
 void setSelectedPanel(String value)
          Sets the value of the selectedPanel property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

panelState

protected String panelState

selectedPanel

protected String selectedPanel

panels

protected Panels panels

id

protected String id
Constructor Detail

Cytopanel

public Cytopanel()
Method Detail

getPanelState

public String getPanelState()
Gets the value of the panelState property.

Returns:
possible object is String

setPanelState

public void setPanelState(String value)
Sets the value of the panelState property.

Parameters:
value - allowed object is String

getSelectedPanel

public String getSelectedPanel()
Gets the value of the selectedPanel property.

Returns:
possible object is String

setSelectedPanel

public void setSelectedPanel(String value)
Sets the value of the selectedPanel property.

Parameters:
value - allowed object is String

getPanels

public Panels getPanels()
Gets the value of the panels property.

Returns:
possible object is Panels

setPanels

public void setPanels(Panels value)
Sets the value of the panels property.

Parameters:
value - allowed object is Panels

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.