net.sf.csutils.core.model.vo
Class ROSlot
java.lang.Object
net.sf.csutils.core.model.vo.ROAttribute
net.sf.csutils.core.model.vo.ROSlot
public class ROSlot
- extends ROAttribute
Java class for ROSlot complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ROSlot">
<complexContent>
<extension base="{http://namespaces.csutils.sf.net/model}ROAttribute">
<attribute name="type" type="{http://namespaces.csutils.sf.net/model}ROAttributeType" default="string" />
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected ROAttributeType type
ROSlot
public ROSlot()
getType
public ROAttributeType getType()
- Gets the value of the type property.
- Returns:
- possible object is
ROAttributeType
setType
public void setType(ROAttributeType value)
- Sets the value of the type property.
- Parameters:
value
- allowed object is
ROAttributeType
Copyright © 2009-2010. All Rights Reserved.