|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.plan.bindings.deploymentplan.DeploymentPlan
public class DeploymentPlan
Java class for deployment-planType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deployment-planType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deployment" type="{http://jonas.ow2.org/ns/deployment-plan/1.0}deploymentType" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="atomic" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="condition" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
atomic
|
protected String |
condition
|
protected List<Deployment> |
deployments
|
protected String |
id
|
| Constructor Summary | |
|---|---|
DeploymentPlan()
|
|
| Method Summary | |
|---|---|
String |
getCondition()
Gets the value of the condition property. |
List<Deployment> |
getDeployments()
Gets the value of the deployments property. |
String |
getId()
Gets the value of the id property. |
boolean |
isAtomic()
Gets the value of the atomic property. |
void |
setAtomic(Boolean value)
Sets the value of the atomic property. |
void |
setCondition(String value)
Sets the value of the condition property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Deployment> deployments
protected String id
protected Boolean atomic
protected String condition
| Constructor Detail |
|---|
public DeploymentPlan()
| Method Detail |
|---|
public List<Deployment> getDeployments()
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 deployments property.
For example, to add a new item, do as follows:
getDeployments().add(newItem);
Objects of the following type(s) are allowed in the list
Deployment
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isAtomic()
Booleanpublic void setAtomic(Boolean value)
value - allowed object is
Booleanpublic String getCondition()
Stringpublic void setCondition(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||