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

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

public static class AalMpa.ApplicationManagement
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="contactPoint" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="remoteManagement">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="protocols" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                   <element name="software" type="{http://universaal.org/aal-mpa/v1.0.0}ArtifactType"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class AalMpa.ApplicationManagement.RemoteManagement
           Java class for anonymous complex type.
 
Field Summary
protected  String contactPoint
           
protected  AalMpa.ApplicationManagement.RemoteManagement remoteManagement
           
 
Constructor Summary
AalMpa.ApplicationManagement()
           
 
Method Summary
 String getContactPoint()
          Gets the value of the contactPoint property.
 AalMpa.ApplicationManagement.RemoteManagement getRemoteManagement()
          Gets the value of the remoteManagement property.
 boolean isSetContactPoint()
           
 boolean isSetRemoteManagement()
           
 void setContactPoint(String value)
          Sets the value of the contactPoint property.
 void setRemoteManagement(AalMpa.ApplicationManagement.RemoteManagement value)
          Sets the value of the remoteManagement property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contactPoint

protected String contactPoint

remoteManagement

protected AalMpa.ApplicationManagement.RemoteManagement remoteManagement
Constructor Detail

AalMpa.ApplicationManagement

public AalMpa.ApplicationManagement()
Method Detail

getContactPoint

public String getContactPoint()
Gets the value of the contactPoint property.

Returns:
possible object is String

setContactPoint

public void setContactPoint(String value)
Sets the value of the contactPoint property.

Parameters:
value - allowed object is String

isSetContactPoint

public boolean isSetContactPoint()

getRemoteManagement

public AalMpa.ApplicationManagement.RemoteManagement getRemoteManagement()
Gets the value of the remoteManagement property.

Returns:
possible object is AalMpa.ApplicationManagement.RemoteManagement

setRemoteManagement

public void setRemoteManagement(AalMpa.ApplicationManagement.RemoteManagement value)
Sets the value of the remoteManagement property.

Parameters:
value - allowed object is AalMpa.ApplicationManagement.RemoteManagement

isSetRemoteManagement

public boolean isSetRemoteManagement()


Copyright © 2014 universAAL Consortium. All Rights Reserved.