cytoscape.generated
Interface CysessionType

All Known Subinterfaces:
Cysession
All Known Implementing Classes:
CysessionImpl, CysessionTypeImpl

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

getSessionState

SessionStateType getSessionState()
Gets the value of the sessionState property.

Returns:
possible object is SessionStateType SessionState

setSessionState

void setSessionState(SessionStateType value)
Sets the value of the sessionState property.

Parameters:
value - allowed object is SessionStateType SessionState

getNetworkTree

NetworkTreeType getNetworkTree()
Gets the value of the networkTree property.

Returns:
possible object is NetworkTreeType NetworkTree

setNetworkTree

void setNetworkTree(NetworkTreeType value)
Sets the value of the networkTree property.

Parameters:
value - allowed object is NetworkTreeType NetworkTree

getSessionNote

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

Returns:
possible object is String

setSessionNote

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

Parameters:
value - allowed object is String

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String