net.sf.csutils.core.model.vo
Class ROFile
java.lang.Object
net.sf.csutils.core.model.vo.ROAttribute
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>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributeKey
protected java.lang.String attributeKey
ROFile
public ROFile()
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.