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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected String |
id |
protected String |
label |
protected SubClassOf |
subClassOf |
| Constructor and Description |
|---|
Class() |
| 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.
|
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.
|
protected SubClassOf subClassOf
protected String label
protected String comment
protected String id
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
StringCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.