|
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.Cysession
public class Cysession
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="{}sessionNote"/> <element ref="{}sessionState"/> <element ref="{}networkTree"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="documentVersion" type="{http://www.w3.org/2001/XMLSchema}NCName" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
documentVersion
|
protected String |
id
|
protected NetworkTree |
networkTree
|
protected String |
sessionNote
|
protected SessionState |
sessionState
|
Constructor Summary | |
---|---|
Cysession()
|
Method Summary | |
---|---|
String |
getDocumentVersion()
Gets the value of the documentVersion property. |
String |
getId()
Gets the value of the id property. |
NetworkTree |
getNetworkTree()
Gets the value of the networkTree property. |
String |
getSessionNote()
Gets the value of the sessionNote property. |
SessionState |
getSessionState()
Gets the value of the sessionState property. |
void |
setDocumentVersion(String value)
Sets the value of the documentVersion property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setNetworkTree(NetworkTree value)
Sets the value of the networkTree property. |
void |
setSessionNote(String value)
Sets the value of the sessionNote property. |
void |
setSessionState(SessionState value)
Sets the value of the sessionState property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String sessionNote
protected SessionState sessionState
protected NetworkTree networkTree
protected String id
protected String documentVersion
Constructor Detail |
---|
public Cysession()
Method Detail |
---|
public String getSessionNote()
String
public void setSessionNote(String value)
value
- allowed object is
String
public SessionState getSessionState()
SessionState
public void setSessionState(SessionState value)
value
- allowed object is
SessionState
public NetworkTree getNetworkTree()
NetworkTree
public void setNetworkTree(NetworkTree value)
value
- allowed object is
NetworkTree
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getDocumentVersion()
String
public void setDocumentVersion(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 |