|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.generated.Cytopanel
public class Cytopanel
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 |
---|
protected String panelState
protected String selectedPanel
protected Panels panels
protected String id
Constructor Detail |
---|
public Cytopanel()
Method Detail |
---|
public String getPanelState()
String
public void setPanelState(String value)
value
- allowed object is
String
public String getSelectedPanel()
String
public void setSelectedPanel(String value)
value
- allowed object is
String
public Panels getPanels()
Panels
public void setPanels(Panels value)
value
- allowed object is
Panels
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |