Cytoscape 2.8.0 API

cytoscape.generated
Class Ontology

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

public class Ontology
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">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute ref="{http://www.w3.org/1999/xlink}href use="required""/>
       <attribute name="ontologyType" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String href
           
protected  String name
           
protected  String ontologyType
           
 
Constructor Summary
Ontology()
           
 
Method Summary
 String getHref()
          Gets the value of the href property.
 String getName()
          Gets the value of the name property.
 String getOntologyType()
          Gets the value of the ontologyType property.
 void setHref(String value)
          Sets the value of the href property.
 void setName(String value)
          Sets the value of the name property.
 void setOntologyType(String value)
          Sets the value of the ontologyType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

href

protected String href

ontologyType

protected String ontologyType
Constructor Detail

Ontology

public Ontology()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getOntologyType

public String getOntologyType()
Gets the value of the ontologyType property.

Returns:
possible object is String

setOntologyType

public void setOntologyType(String value)
Sets the value of the ontologyType property.

Parameters:
value - allowed object is String

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.