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

Package class diagram package Artifact
java.lang.Object
  extended by org.universAAL.middleware.interfaces.mpa.model.Artifact

public class Artifact
extends Object

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>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<DeploymentUnit> deploymentUnit
           
protected  List<ExecutionUnit> executionUnit
           
 
Constructor Summary
Artifact()
           
 
Method Summary
 List<DeploymentUnit> getDeploymentUnit()
          Gets the value of the deploymentUnit property.
 List<ExecutionUnit> getExecutionUnit()
          Gets the value of the executionUnit property.
 
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
Constructor Detail

Artifact

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


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



Copyright © 2014 universAAL Consortium. All Rights Reserved.