org.universAAL.middleware.deploymanager.uapp.model
Class AalUapp.ApplicationManagement

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

public static class AalUapp.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" minOccurs="0">
           <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://www.universaal.org/aal-uapp/v1.0.2}artifactType"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class AalUapp.ApplicationManagement.RemoteManagement
          Java class for anonymous complex type.
 
Field Summary
protected  String contactPoint
           
protected  AalUapp.ApplicationManagement.RemoteManagement remoteManagement
           
 
Constructor Summary
AalUapp.ApplicationManagement()
           
 
Method Summary
 String getContactPoint()
          Gets the value of the contactPoint property.
 AalUapp.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(AalUapp.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 AalUapp.ApplicationManagement.RemoteManagement remoteManagement
Constructor Detail

AalUapp.ApplicationManagement

public AalUapp.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 AalUapp.ApplicationManagement.RemoteManagement getRemoteManagement()
Gets the value of the remoteManagement property.

Returns:
possible object is AalUapp.ApplicationManagement.RemoteManagement

setRemoteManagement

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

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

isSetRemoteManagement

public boolean isSetRemoteManagement()


Copyright © 2014 universAAL Consortium. All Rights Reserved.