org.ow2.petals.topology.generated
Class Topology

java.lang.Object
  extended by org.ow2.petals.topology.generated.Topology

public class Topology
extends java.lang.Object

Java class for Topology complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Topology">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="domain" type="{http://petals.ow2.org/topology}Domain"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Domain domain
           
 
Constructor Summary
Topology()
           
 
Method Summary
 Domain getDomain()
          Gets the value of the domain property.
 void setDomain(Domain value)
          Sets the value of the domain property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domain

protected Domain domain
Constructor Detail

Topology

public Topology()
Method Detail

getDomain

public Domain getDomain()
Gets the value of the domain property.

Returns:
possible object is Domain

setDomain

public void setDomain(Domain value)
Sets the value of the domain property.

Parameters:
value - allowed object is Domain


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.