net.sf.csutils.core.model.vo
Class ROType

java.lang.Object
  extended by net.sf.csutils.core.model.vo.ROType

public class ROType
extends java.lang.Object

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

attributes

protected ROType.Attributes attributes

qName

protected java.lang.String qName

queryName

protected java.lang.String queryName
Constructor Detail

ROType

public ROType()
Method Detail

getAttributes

public ROType.Attributes getAttributes()
Gets the value of the attributes property.

Returns:
possible object is ROType.Attributes

setAttributes

public void setAttributes(ROType.Attributes value)
Sets the value of the attributes property.

Parameters:
value - allowed object is ROType.Attributes

getQName

public java.lang.String getQName()
Gets the value of the qName property.

Returns:
possible object is String

setQName

public void setQName(java.lang.String value)
Sets the value of the qName property.

Parameters:
value - allowed object is String

getQueryName

public java.lang.String getQueryName()
Gets the value of the queryName property.

Returns:
possible object is String

setQueryName

public void setQueryName(java.lang.String value)
Sets the value of the queryName property.

Parameters:
value - allowed object is String


Copyright © 2009-2011. All Rights Reserved.