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

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

public static class AalMpa.ApplicationProvider
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="webSite" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="certificate" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String certificate
           
protected  String name
           
protected  String webSite
           
 
Constructor Summary
AalMpa.ApplicationProvider()
           
 
Method Summary
 String getCertificate()
          Gets the value of the certificate property.
 String getName()
          Gets the value of the name property.
 String getWebSite()
          Gets the value of the webSite property.
 boolean isSetCertificate()
           
 boolean isSetName()
           
 boolean isSetWebSite()
           
 void setCertificate(String value)
          Sets the value of the certificate property.
 void setName(String value)
          Sets the value of the name property.
 void setWebSite(String value)
          Sets the value of the webSite 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

webSite

protected String webSite

certificate

protected String certificate
Constructor Detail

AalMpa.ApplicationProvider

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

getWebSite

public String getWebSite()
Gets the value of the webSite property.

Returns:
possible object is String

setWebSite

public void setWebSite(String value)
Sets the value of the webSite property.

Parameters:
value - allowed object is String

isSetWebSite

public boolean isSetWebSite()

getCertificate

public String getCertificate()
Gets the value of the certificate property.

Returns:
possible object is String

setCertificate

public void setCertificate(String value)
Sets the value of the certificate property.

Parameters:
value - allowed object is String

isSetCertificate

public boolean isSetCertificate()


Copyright © 2014 universAAL Consortium. All Rights Reserved.