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

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

public class ROFile
extends ROAttribute

Java class for ROFile complex type.

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

 <complexType name="ROFile">
   <complexContent>
     <extension base="{http://namespaces.csutils.sf.net/model}ROAttribute">
       <attribute name="attributeKey" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String attributeKey
           
 
Fields inherited from class net.sf.csutils.core.model.vo.ROAttribute
maxOccurs, minOccurs, name
 
Constructor Summary
ROFile()
           
 
Method Summary
 java.lang.String getAttributeKey()
          Gets the value of the attributeKey property.
 void setAttributeKey(java.lang.String value)
          Sets the value of the attributeKey property.
 
Methods inherited from class net.sf.csutils.core.model.vo.ROAttribute
getMaxOccurs, getMinOccurs, getName, setMaxOccurs, setMinOccurs, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeKey

protected java.lang.String attributeKey
Constructor Detail

ROFile

public ROFile()
Method Detail

getAttributeKey

public java.lang.String getAttributeKey()
Gets the value of the attributeKey property.

Returns:
possible object is String

setAttributeKey

public void setAttributeKey(java.lang.String value)
Sets the value of the attributeKey property.

Parameters:
value - allowed object is String


Copyright © 2009-2010. All Rights Reserved.