cytoscape.generated
Interface Cysession

All Superinterfaces:
CysessionType, javax.xml.bind.Element
All Known Implementing Classes:
CysessionImpl

public interface Cysession
extends javax.xml.bind.Element, CysessionType

Java content class for cysession element declaration.

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 3)

 <element name="cysession">
   <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>
 </element>
 


Method Summary
 
Methods inherited from interface cytoscape.generated.CysessionType
getId, getNetworkTree, getSessionNote, getSessionState, setId, setNetworkTree, setSessionNote, setSessionState