org.universAAL.middleware.deploymanager.uapp.model
Class AalUapp.App.Licenses

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

public static class AalUapp.App.Licenses
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="license" type="{http://www.universaal.org/aal-uapp/v1.0.2}licenseType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sla" 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>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class AalUapp.App.Licenses.Sla
          Java class for anonymous complex type.
 
Field Summary
protected  List<LicenseType> license
           
protected  AalUapp.App.Licenses.Sla sla
           
 
Constructor Summary
AalUapp.App.Licenses()
           
 
Method Summary
 List<LicenseType> getLicense()
          Gets the value of the license property.
 AalUapp.App.Licenses.Sla getSla()
          Gets the value of the sla property.
 boolean isSetLicense()
           
 boolean isSetSla()
           
 void setSla(AalUapp.App.Licenses.Sla value)
          Sets the value of the sla property.
 void unsetLicense()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

license

protected List<LicenseType> license

sla

protected AalUapp.App.Licenses.Sla sla
Constructor Detail

AalUapp.App.Licenses

public AalUapp.App.Licenses()
Method Detail

getLicense

public List<LicenseType> getLicense()
Gets the value of the license 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 license property.

For example, to add a new item, do as follows:

    getLicense().add(newItem);
 

Objects of the following type(s) are allowed in the list LicenseType


isSetLicense

public boolean isSetLicense()

unsetLicense

public void unsetLicense()

getSla

public AalUapp.App.Licenses.Sla getSla()
Gets the value of the sla property.

Returns:
possible object is AalUapp.App.Licenses.Sla

setSla

public void setSla(AalUapp.App.Licenses.Sla value)
Sets the value of the sla property.

Parameters:
value - allowed object is AalUapp.App.Licenses.Sla

isSetSla

public boolean isSetSla()


Copyright © 2014 universAAL Consortium. All Rights Reserved.