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

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

public class Bundle
extends Object
implements Serializable

Deployable element to install.

Java class for bundle complex type.

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

 <complexType name="bundle">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
       <attribute name="start-level" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="dependency" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Boolean dependency
           
protected  Boolean start
           
protected  Integer startLevel
           
protected  String value
           
 
Constructor Summary
Bundle()
           
 
Method Summary
 int getStartLevel()
          Gets the value of the startLevel property.
 String getValue()
          Gets the value of the value property.
 boolean isDependency()
          Gets the value of the dependency property.
 boolean isSetDependency()
           
 boolean isSetStart()
           
 boolean isSetStartLevel()
           
 boolean isSetValue()
           
 boolean isStart()
          Gets the value of the start property.
 void setDependency(boolean value)
          Sets the value of the dependency property.
 void setStart(boolean value)
          Sets the value of the start property.
 void setStartLevel(int value)
          Sets the value of the startLevel property.
 void setValue(String value)
          Sets the value of the value property.
 void unsetDependency()
           
 void unsetStart()
           
 void unsetStartLevel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

startLevel

protected Integer startLevel

start

protected Boolean start

dependency

protected Boolean dependency
Constructor Detail

Bundle

public Bundle()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getStartLevel

public int getStartLevel()
Gets the value of the startLevel property.

Returns:
possible object is Integer

setStartLevel

public void setStartLevel(int value)
Sets the value of the startLevel property.

Parameters:
value - allowed object is Integer

isSetStartLevel

public boolean isSetStartLevel()

unsetStartLevel

public void unsetStartLevel()

isStart

public boolean isStart()
Gets the value of the start property.

Returns:
possible object is Boolean

setStart

public void setStart(boolean value)
Sets the value of the start property.

Parameters:
value - allowed object is Boolean

isSetStart

public boolean isSetStart()

unsetStart

public void unsetStart()

isDependency

public boolean isDependency()
Gets the value of the dependency property.

Returns:
possible object is Boolean

setDependency

public void setDependency(boolean value)
Sets the value of the dependency property.

Parameters:
value - allowed object is Boolean

isSetDependency

public boolean isSetDependency()

unsetDependency

public void unsetDependency()


Copyright © 2014 universAAL Consortium. All Rights Reserved.