net.sf.csutils.core.model.vo
Class ROMetaModel
java.lang.Object
net.sf.csutils.core.model.vo.ROMetaModel
public class ROMetaModel
- extends java.lang.Object
Java class for ROMetaModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ROMetaModel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="roTypes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="roType" type="{http://namespaces.csutils.sf.net/model}ROType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
roTypes
protected ROMetaModel.RoTypes roTypes
ROMetaModel
public ROMetaModel()
getRoTypes
public ROMetaModel.RoTypes getRoTypes()
- Gets the value of the roTypes property.
- Returns:
- possible object is
ROMetaModel.RoTypes
setRoTypes
public void setRoTypes(ROMetaModel.RoTypes value)
- Sets the value of the roTypes property.
- Parameters:
value
- allowed object is
ROMetaModel.RoTypes
Copyright © 2009-2010. All Rights Reserved.