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

java.lang.Object
  extended by 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>
 


Nested Class Summary
static class ROMetaModel.RoTypes
          Java class for anonymous complex type.
 
Field Summary
protected  ROMetaModel.RoTypes roTypes
           
 
Constructor Summary
ROMetaModel()
           
 
Method Summary
 ROMetaModel.RoTypes getRoTypes()
          Gets the value of the roTypes property.
 void setRoTypes(ROMetaModel.RoTypes value)
          Sets the value of the roTypes property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roTypes

protected ROMetaModel.RoTypes roTypes
Constructor Detail

ROMetaModel

public ROMetaModel()
Method Detail

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.