org.ow2.petals.topology.generated
Class Domain

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

public class Domain
extends java.lang.Object

Java class for Domain complex type.

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

 <complexType name="Domain">
   <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="jndi" type="{http://petals.ow2.org/topology}Jndi" minOccurs="0"/>
         <element name="sub-domain" type="{http://petals.ow2.org/topology}Subdomain" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="mode" use="required" type="{http://petals.ow2.org/topology}DomainMode" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  Jndi jndi
           
protected  DomainMode mode
           
protected  java.lang.String name
           
protected  java.util.List<Subdomain> subDomain
           
 
Constructor Summary
Domain()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 Jndi getJndi()
          Gets the value of the jndi property.
 DomainMode getMode()
          Gets the value of the mode property.
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List<Subdomain> getSubDomain()
          Gets the value of the subDomain property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setJndi(Jndi value)
          Sets the value of the jndi property.
 void setMode(DomainMode value)
          Sets the value of the mode property.
 void setName(java.lang.String value)
          Sets the value of the name 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

jndi

protected Jndi jndi

subDomain

protected java.util.List<Subdomain> subDomain

mode

protected DomainMode mode

name

protected java.lang.String name
Constructor Detail

Domain

public Domain()
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

getJndi

public Jndi getJndi()
Gets the value of the jndi property.

Returns:
possible object is Jndi

setJndi

public void setJndi(Jndi value)
Sets the value of the jndi property.

Parameters:
value - allowed object is Jndi

getSubDomain

public java.util.List<Subdomain> getSubDomain()
Gets the value of the subDomain 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 subDomain property.

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

    getSubDomain().add(newItem);
 

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


getMode

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

Returns:
possible object is DomainMode

setMode

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

Parameters:
value - allowed object is DomainMode

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


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