|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.topology.generated.Domain
public class Domain
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 |
|---|
protected java.lang.String description
protected Jndi jndi
protected java.util.List<Subdomain> subDomain
protected DomainMode mode
protected java.lang.String name
| Constructor Detail |
|---|
public Domain()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic Jndi getJndi()
Jndipublic void setJndi(Jndi value)
value - allowed object is
Jndipublic java.util.List<Subdomain> getSubDomain()
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
public DomainMode getMode()
DomainModepublic void setMode(DomainMode value)
value - allowed object is
DomainModepublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||