Cytoscape 2.8.0 API

cytoscape.generated
Class Cysession

java.lang.Object
  extended by cytoscape.generated.Cysession

public class Cysession
extends Object

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

sessionNote

protected String sessionNote

sessionState

protected SessionState sessionState

networkTree

protected NetworkTree networkTree

id

protected String id

documentVersion

protected String documentVersion
Constructor Detail

Cysession

public Cysession()
Method Detail

getSessionNote

public String getSessionNote()
Gets the value of the sessionNote property.

Returns:
possible object is String

setSessionNote

public void setSessionNote(String value)
Sets the value of the sessionNote property.

Parameters:
value - allowed object is String

getSessionState

public SessionState getSessionState()
Gets the value of the sessionState property.

Returns:
possible object is SessionState

setSessionState

public void setSessionState(SessionState value)
Sets the value of the sessionState property.

Parameters:
value - allowed object is SessionState

getNetworkTree

public NetworkTree getNetworkTree()
Gets the value of the networkTree property.

Returns:
possible object is NetworkTree

setNetworkTree

public void setNetworkTree(NetworkTree value)
Sets the value of the networkTree property.

Parameters:
value - allowed object is NetworkTree

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getDocumentVersion

public String getDocumentVersion()
Gets the value of the documentVersion property.

Returns:
possible object is String

setDocumentVersion

public void setDocumentVersion(String value)
Sets the value of the documentVersion property.

Parameters:
value - allowed object is String

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.