|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.csutils.core.model.vo.ROType
public class ROType
Java class for ROType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ROType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attributes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="attribute" type="{http://namespaces.csutils.sf.net/model}ROSlot"/>
<element name="relation" type="{http://namespaces.csutils.sf.net/model}RORelation"/>
<element name="classification" type="{http://namespaces.csutils.sf.net/model}ROClassification"/>
<element name="file" type="{http://namespaces.csutils.sf.net/model}ROFile"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="qName" use="required" type="{http://namespaces.csutils.sf.net/model}QName" />
<attribute name="queryName" type="{http://namespaces.csutils.sf.net/model}QName" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ROType.Attributes
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected ROType.Attributes |
attributes
|
protected java.lang.String |
qName
|
protected java.lang.String |
queryName
|
| Constructor Summary | |
|---|---|
ROType()
|
|
| Method Summary | |
|---|---|
ROType.Attributes |
getAttributes()
Gets the value of the attributes property. |
java.lang.String |
getQName()
Gets the value of the qName property. |
java.lang.String |
getQueryName()
Gets the value of the queryName property. |
void |
setAttributes(ROType.Attributes value)
Sets the value of the attributes property. |
void |
setQName(java.lang.String value)
Sets the value of the qName property. |
void |
setQueryName(java.lang.String value)
Sets the value of the queryName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ROType.Attributes attributes
protected java.lang.String qName
protected java.lang.String queryName
| Constructor Detail |
|---|
public ROType()
| Method Detail |
|---|
public ROType.Attributes getAttributes()
ROType.Attributespublic void setAttributes(ROType.Attributes value)
value - allowed object is
ROType.Attributespublic java.lang.String getQName()
Stringpublic void setQName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQueryName()
Stringpublic void setQueryName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||