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

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

public class Brokers
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 name="software" type="{http://universaal.org/aal-mpa/v1.0.0}ArtifactType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ArtifactType software
           
 
Constructor Summary
Brokers()
           
 
Method Summary
 ArtifactType getSoftware()
          Gets the value of the software property.
 void setSoftware(ArtifactType value)
          Sets the value of the software property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

software

protected ArtifactType software
Constructor Detail

Brokers

public Brokers()
Method Detail

getSoftware

public ArtifactType getSoftware()
Gets the value of the software property.

Returns:
possible object is ArtifactType

setSoftware

public void setSoftware(ArtifactType value)
Sets the value of the software property.

Parameters:
value - allowed object is ArtifactType


Copyright © 2014 universAAL Consortium. All Rights Reserved.