net.sf.csutils.core.model.vo
Class ROMetaModel.RoTypes
java.lang.Object
net.sf.csutils.core.model.vo.ROMetaModel.RoTypes
- Enclosing class:
- ROMetaModel
public static class ROMetaModel.RoTypes
- extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
|
Method Summary |
java.util.List<ROType> |
getRoType()
Gets the value of the roType property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
roType
protected java.util.List<ROType> roType
ROMetaModel.RoTypes
public ROMetaModel.RoTypes()
getRoType
public java.util.List<ROType> getRoType()
- Gets the value of the roType property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the roType property.
For example, to add a new item, do as follows:
getRoType().add(newItem);
Objects of the following type(s) are allowed in the list
ROType
Copyright © 2009-2011. All Rights Reserved.