|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CysessionType
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 4)
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}sessionNote"/>
<element ref="{}sessionState"/>
<element ref="{}networkTree"/>
</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. |
NetworkTreeType |
getNetworkTree()
Gets the value of the networkTree property. |
String |
getSessionNote()
Gets the value of the sessionNote property. |
SessionStateType |
getSessionState()
Gets the value of the sessionState property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setNetworkTree(NetworkTreeType value)
Sets the value of the networkTree property. |
void |
setSessionNote(String value)
Sets the value of the sessionNote property. |
void |
setSessionState(SessionStateType value)
Sets the value of the sessionState property. |
| Method Detail |
|---|
SessionStateType getSessionState()
SessionStateType
SessionStatevoid setSessionState(SessionStateType value)
value - allowed object is
SessionStateType
SessionStateNetworkTreeType getNetworkTree()
NetworkTreeType
NetworkTreevoid setNetworkTree(NetworkTreeType value)
value - allowed object is
NetworkTreeType
NetworkTreeString getSessionNote()
Stringvoid setSessionNote(String value)
value - allowed object is
StringString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||