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

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

public class ROTypeReference
extends java.lang.Object

Java class for ROTypeReference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ROTypeReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="qName" use="required" type="{http://namespaces.csutils.sf.net/model}QName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String qName
           
 
Constructor Summary
ROTypeReference()
           
 
Method Summary
 java.lang.String getQName()
          Gets the value of the qName property.
 void setQName(java.lang.String value)
          Sets the value of the qName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qName

protected java.lang.String qName
Constructor Detail

ROTypeReference

public ROTypeReference()
Method Detail

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


Copyright © 2009-2011. All Rights Reserved.