org.universAAL.middleware.deploymanager.uapp.model
Class Broker

Package class diagram package Broker
java.lang.Object
  extended by org.universAAL.middleware.deploymanager.uapp.model.Broker
All Implemented Interfaces:
Serializable

public class Broker
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 name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="software" type="{http://www.universaal.org/aal-uapp/v1.0.2}artifactType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String name
           
protected  ArtifactType software
           
 
Constructor Summary
Broker()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 ArtifactType getSoftware()
          Gets the value of the software property.
 boolean isSetName()
           
 boolean isSetSoftware()
           
 void setName(String value)
          Sets the value of the name 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

name

protected String name

software

protected ArtifactType software
Constructor Detail

Broker

public Broker()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

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

isSetSoftware

public boolean isSetSoftware()


Copyright © 2014 universAAL Consortium. All Rights Reserved.