|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.topology.generated.Subdomain
public class Subdomain
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 |
|---|
protected java.lang.String description
protected java.lang.Boolean networkTimeSynchronized
protected java.util.List<Container> container
protected java.lang.String name
protected SubdomainMode mode
| Constructor Detail |
|---|
public Subdomain()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isNetworkTimeSynchronized()
Booleanpublic void setNetworkTimeSynchronized(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<Container> getContainer()
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
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic SubdomainMode getMode()
SubdomainModepublic void setMode(SubdomainMode value)
value - allowed object is
SubdomainMode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||