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

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

public class LicenseType
extends Object
implements Serializable

describe the single license

Java class for licenseType complex type.

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

 <complexType name="licenseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="category" type="{http://www.universaal.org/aal-uapp/v1.0.2}licenseCategoryType"/>
         <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  LicenseCategoryType category
           
protected  String link
           
protected  String name
           
 
Constructor Summary
LicenseType()
           
 
Method Summary
 LicenseCategoryType getCategory()
          Gets the value of the category property.
 String getLink()
          Gets the value of the link property.
 String getName()
          Gets the value of the name property.
 boolean isSetCategory()
           
 boolean isSetLink()
           
 boolean isSetName()
           
 void setCategory(LicenseCategoryType value)
          Sets the value of the category property.
 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

category

protected LicenseCategoryType category

name

protected String name

link

protected String link
Constructor Detail

LicenseType

public LicenseType()
Method Detail

getCategory

public LicenseCategoryType getCategory()
Gets the value of the category property.

Returns:
possible object is LicenseCategoryType

setCategory

public void setCategory(LicenseCategoryType value)
Sets the value of the category property.

Parameters:
value - allowed object is LicenseCategoryType

isSetCategory

public boolean isSetCategory()

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.