cytoscape.generated
Interface CytopanelType

All Known Subinterfaces:
Cytopanel
All Known Implementing Classes:
CytopanelImpl, CytopanelTypeImpl

public interface CytopanelType

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 43)

 <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>
 


Method Summary
 String getId()
          Gets the value of the id property.
 PanelsType 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(PanelsType 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.
 

Method Detail

getSelectedPanel

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

Returns:
possible object is String

setSelectedPanel

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

Parameters:
value - allowed object is String

getPanels

PanelsType getPanels()
Gets the value of the panels property.

Returns:
possible object is PanelsType Panels

setPanels

void setPanels(PanelsType value)
Sets the value of the panels property.

Parameters:
value - allowed object is PanelsType Panels

getPanelState

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

Returns:
possible object is String

setPanelState

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

Parameters:
value - allowed object is String

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String