|
|||||||||
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
SessionState
void setSessionState(SessionStateType value)
value
- allowed object is
SessionStateType
SessionState
NetworkTreeType getNetworkTree()
NetworkTreeType
NetworkTree
void setNetworkTree(NetworkTreeType value)
value
- allowed object is
NetworkTreeType
NetworkTree
String getSessionNote()
String
void setSessionNote(String value)
value
- allowed object is
String
String getId()
String
void setId(String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |