|
Cytoscape 2.8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcytoscape.generated.Ontology
public class Ontology
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 |
|---|
protected String name
protected String href
protected String ontologyType
| Constructor Detail |
|---|
public Ontology()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getOntologyType()
Stringpublic void setOntologyType(String value)
value - allowed object is
String
|
Cytoscape 2.8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||