org.ow2.jasmine.jadort.api.topology.xml
Class Topology

java.lang.Object
  extended by org.ow2.jasmine.jadort.api.topology.xml.Topology

public class Topology
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 ref="{http://jasmine.ow2.org/jadort-1.5}VMM" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://jasmine.ow2.org/jadort-1.5}worker" maxOccurs="unbounded" minOccurs="0"/>
         <element name="group" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded">
                   <element ref="{http://jasmine.ow2.org/jadort-1.5}server"/>
                 </sequence>
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="clustered" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Topology.Group
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<Topology.Group> group
           
protected  java.util.List<VMM> vmm
           
protected  java.util.List<Worker> worker
           
 
Constructor Summary
Topology()
           
 
Method Summary
 java.util.List<Topology.Group> getGroup()
          Gets the value of the group property.
 java.util.List<VMM> getVMM()
          Gets the value of the vmm property.
 java.util.List<Worker> getWorker()
          Gets the value of the worker property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vmm

protected java.util.List<VMM> vmm

worker

protected java.util.List<Worker> worker

group

protected java.util.List<Topology.Group> group
Constructor Detail

Topology

public Topology()
Method Detail

getVMM

public java.util.List<VMM> getVMM()
Gets the value of the vmm 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 vmm property.

For example, to add a new item, do as follows:

    getVMM().add(newItem);
 

Objects of the following type(s) are allowed in the list VMM


getWorker

public java.util.List<Worker> getWorker()
Gets the value of the worker 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 worker property.

For example, to add a new item, do as follows:

    getWorker().add(newItem);
 

Objects of the following type(s) are allowed in the list Worker


getGroup

public java.util.List<Topology.Group> getGroup()
Gets the value of the group 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 group property.

For example, to add a new item, do as follows:

    getGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list Topology.Group



Copyright © 2009 OW2 Consortium. All Rights Reserved.