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

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

public static class AalUapp.App.Licenses.Sla
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="link" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String link
           
protected  String name
           
 
Constructor Summary
AalUapp.App.Licenses.Sla()
           
 
Method Summary
 String getLink()
          Gets the value of the link property.
 String getName()
          Gets the value of the name property.
 boolean isSetLink()
           
 boolean isSetName()
           
 void setLink(String value)
          Sets the value of the link property.
 void setName(String value)
          Sets the value of the name 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

link

protected String link
Constructor Detail

AalUapp.App.Licenses.Sla

public AalUapp.App.Licenses.Sla()
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()

getLink

public String getLink()
Gets the value of the link property.

Returns:
possible object is String

setLink

public void setLink(String value)
Sets the value of the link property.

Parameters:
value - allowed object is String

isSetLink

public boolean isSetLink()


Copyright © 2014 universAAL Consortium. All Rights Reserved.