Cytoscape 2.8.0 API

cytoscape.generated
Class Server

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

public class Server
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="{}ontologyServer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  OntologyServer ontologyServer
           
 
Constructor Summary
Server()
           
 
Method Summary
 OntologyServer getOntologyServer()
          Gets the value of the ontologyServer property.
 void setOntologyServer(OntologyServer value)
          Sets the value of the ontologyServer property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ontologyServer

protected OntologyServer ontologyServer
Constructor Detail

Server

public Server()
Method Detail

getOntologyServer

public OntologyServer getOntologyServer()
Gets the value of the ontologyServer property.

Returns:
possible object is OntologyServer

setOntologyServer

public void setOntologyServer(OntologyServer value)
Sets the value of the ontologyServer property.

Parameters:
value - allowed object is OntologyServer

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.