org.universAAL.middleware.interfaces.mpa.model
Class AalMpa.App

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

public static class AalMpa.App
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="distributed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="appId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="license" minOccurs="0">
           <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="link" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="sla" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class AalMpa.App.License
           Java class for anonymous complex type.
 
Field Summary
protected  String appId
           
protected  String description
           
protected  boolean distributed
           
protected  AalMpa.App.License license
           
protected  String name
           
protected  String sla
           
 
Constructor Summary
AalMpa.App()
           
 
Method Summary
 String getAppId()
          Gets the value of the appId property.
 String getDescription()
          Gets the value of the description property.
 AalMpa.App.License getLicense()
          Gets the value of the license property.
 String getName()
          Gets the value of the name property.
 String getSla()
          Gets the value of the sla property.
 boolean isDistributed()
          Gets the value of the distributed property.
 boolean isSetAppId()
           
 boolean isSetDescription()
           
 boolean isSetDistributed()
           
 boolean isSetLicense()
           
 boolean isSetName()
           
 boolean isSetSla()
           
 void setAppId(String value)
          Sets the value of the appId property.
 void setDescription(String value)
          Sets the value of the description property.
 void setDistributed(boolean value)
          Sets the value of the distributed property.
 void setLicense(AalMpa.App.License value)
          Sets the value of the license property.
 void setName(String value)
          Sets the value of the name property.
 void setSla(String value)
          Sets the value of the sla 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

distributed

protected boolean distributed

appId

protected String appId

description

protected String description

license

protected AalMpa.App.License license

sla

protected String sla
Constructor Detail

AalMpa.App

public AalMpa.App()
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()

isDistributed

public boolean isDistributed()
Gets the value of the distributed property.


setDistributed

public void setDistributed(boolean value)
Sets the value of the distributed property.


isSetDistributed

public boolean isSetDistributed()

getAppId

public String getAppId()
Gets the value of the appId property.

Returns:
possible object is String

setAppId

public void setAppId(String value)
Sets the value of the appId property.

Parameters:
value - allowed object is String

isSetAppId

public boolean isSetAppId()

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSetDescription

public boolean isSetDescription()

getLicense

public AalMpa.App.License getLicense()
Gets the value of the license property.

Returns:
possible object is AalMpa.App.License

setLicense

public void setLicense(AalMpa.App.License value)
Sets the value of the license property.

Parameters:
value - allowed object is AalMpa.App.License

isSetLicense

public boolean isSetLicense()

getSla

public String getSla()
Gets the value of the sla property.

Returns:
possible object is String

setSla

public void setSla(String value)
Sets the value of the sla property.

Parameters:
value - allowed object is String

isSetSla

public boolean isSetSla()


Copyright © 2014 universAAL Consortium. All Rights Reserved.