org.w3._2002._07.owl_
Class Ontology

java.lang.Object
  extended by org.w3._2002._07.owl_.Ontology
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

Field Summary
protected  String comment
           
protected  String id
           
protected  String label
           
 
Constructor Summary
Ontology()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

protected String label

comment

protected String comment

id

protected String id
Constructor Detail

Ontology

public Ontology()
Method Detail

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getID

public String getID()
Gets the value of the id property.

Returns:
possible object is String

setID

public void setID(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.