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

java.lang.Object
  extended by net.sf.csutils.core.model.vo.ROAttribute
      extended by 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>
 


Field Summary
protected  ROAttributeType type
           
 
Fields inherited from class net.sf.csutils.core.model.vo.ROAttribute
maxOccurs, minOccurs, name
 
Constructor Summary
ROSlot()
           
 
Method Summary
 ROAttributeType getType()
          Gets the value of the type property.
 void setType(ROAttributeType value)
          Sets the value of the type 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

type

protected ROAttributeType type
Constructor Detail

ROSlot

public ROSlot()
Method Detail

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.