org.ow2.petals.topology.generated
Class Topology
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
domain
protected Domain domain
Topology
public Topology()
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.