org.ow2.petals.topology.generated
Class Subdomain

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

public class Subdomain
extends java.lang.Object

Java class for Subdomain complex type.

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

 <complexType name="Subdomain">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="network-time-synchronized" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="container" type="{http://petals.ow2.org/topology}Container" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="mode" use="required" type="{http://petals.ow2.org/topology}SubdomainMode" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Container> container
           
protected  java.lang.String description
           
protected  SubdomainMode mode
           
protected  java.lang.String name
           
protected  java.lang.Boolean networkTimeSynchronized
           
 
Constructor Summary
Subdomain()
           
 
Method Summary
 java.util.List<Container> getContainer()
          Gets the value of the container property.
 java.lang.String getDescription()
          Gets the value of the description property.
 SubdomainMode getMode()
          Gets the value of the mode property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Boolean isNetworkTimeSynchronized()
          Gets the value of the networkTimeSynchronized property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setMode(SubdomainMode value)
          Sets the value of the mode property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setNetworkTimeSynchronized(java.lang.Boolean value)
          Sets the value of the networkTimeSynchronized property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

networkTimeSynchronized

protected java.lang.Boolean networkTimeSynchronized

container

protected java.util.List<Container> container

name

protected java.lang.String name

mode

protected SubdomainMode mode
Constructor Detail

Subdomain

public Subdomain()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isNetworkTimeSynchronized

public java.lang.Boolean isNetworkTimeSynchronized()
Gets the value of the networkTimeSynchronized property.

Returns:
possible object is Boolean

setNetworkTimeSynchronized

public void setNetworkTimeSynchronized(java.lang.Boolean value)
Sets the value of the networkTimeSynchronized property.

Parameters:
value - allowed object is Boolean

getContainer

public java.util.List<Container> getContainer()
Gets the value of the container 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 container property.

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

    getContainer().add(newItem);
 

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


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getMode

public SubdomainMode getMode()
Gets the value of the mode property.

Returns:
possible object is SubdomainMode

setMode

public void setMode(SubdomainMode value)
Sets the value of the mode property.

Parameters:
value - allowed object is SubdomainMode


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