|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3._2002._07.owl_.Class
public class Class
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>
| 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 |
|---|
protected SubClassOf subClassOf
protected String label
protected String comment
protected String id
| Constructor Detail |
|---|
public Class()
| Method Detail |
|---|
public SubClassOf getSubClassOf()
SubClassOfpublic void setSubClassOf(SubClassOf value)
value - allowed object is
SubClassOfpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic String getID()
Stringpublic void setID(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||