org.w3._2002._07.owl_
Class Class

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

public class Class
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#}subClassOf" minOccurs="0"/>
         <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
           
protected  SubClassOf subClassOf
           
 
Constructor Summary
Class()
           
 
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.
 SubClassOf getSubClassOf()
          Gets the value of the subClassOf 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.
 void setSubClassOf(SubClassOf value)
          Sets the value of the subClassOf property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subClassOf

protected SubClassOf subClassOf

label

protected String label

comment

protected String comment

id

protected String id
Constructor Detail

Class

public Class()
Method Detail

getSubClassOf

public SubClassOf getSubClassOf()
Gets the value of the subClassOf property.

Returns:
possible object is SubClassOf

setSubClassOf

public void setSubClassOf(SubClassOf value)
Sets the value of the subClassOf property.

Parameters:
value - allowed object is SubClassOf

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.