public class Ontology extends Object implements Serializable
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">
<all>
<element ref="{http://www.w3.org/2000/01/rdf-schema#}label" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/01/rdf-schema#}comment" minOccurs="0"/>
</all>
<attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}ID use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected String |
id |
protected String |
label |
| Constructor and Description |
|---|
Ontology() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
String |
getID()
Gets the value of the id property.
|
String |
getLabel()
Gets the value of the label property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
StringCopyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.