org.universAAL.middleware.interfaces.mpa.model
Class Part

Package class diagram package Part
java.lang.Object
  extended by org.universAAL.middleware.interfaces.mpa.model.Part
All Implemented Interfaces:
Serializable

public class Part
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://universaal.org/aal-mpa/v1.0.0}deploymentUnit" maxOccurs="unbounded"/>
         <element ref="{http://universaal.org/aal-mpa/v1.0.0}executionUnit" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="partId" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<DeploymentUnit> deploymentUnit
           
protected  List<ExecutionUnit> executionUnit
           
protected  String partId
           
 
Constructor Summary
Part()
           
 
Method Summary
 List<DeploymentUnit> getDeploymentUnit()
          Gets the value of the deploymentUnit property.
 List<ExecutionUnit> getExecutionUnit()
          Gets the value of the executionUnit property.
 String getPartId()
          Gets the value of the partId property.
 boolean isSetDeploymentUnit()
           
 boolean isSetExecutionUnit()
           
 boolean isSetPartId()
           
 void setPartId(String value)
          Sets the value of the partId property.
 void unsetDeploymentUnit()
           
 void unsetExecutionUnit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deploymentUnit

protected List<DeploymentUnit> deploymentUnit

executionUnit

protected List<ExecutionUnit> executionUnit

partId

protected String partId
Constructor Detail

Part

public Part()
Method Detail

getDeploymentUnit

public List<DeploymentUnit> getDeploymentUnit()
Gets the value of the deploymentUnit 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 deploymentUnit property.

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

 getDeploymentUnit().add(newItem);
 

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


isSetDeploymentUnit

public boolean isSetDeploymentUnit()

unsetDeploymentUnit

public void unsetDeploymentUnit()

getExecutionUnit

public List<ExecutionUnit> getExecutionUnit()
Gets the value of the executionUnit 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 executionUnit property.

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

 getExecutionUnit().add(newItem);
 

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


isSetExecutionUnit

public boolean isSetExecutionUnit()

unsetExecutionUnit

public void unsetExecutionUnit()

getPartId

public String getPartId()
Gets the value of the partId property.

Returns:
possible object is String

setPartId

public void setPartId(String value)
Sets the value of the partId property.

Parameters:
value - allowed object is String

isSetPartId

public boolean isSetPartId()


Copyright © 2014 universAAL Consortium. All Rights Reserved.