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

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

public static class AalUapp.ApplicationManagement.RemoteManagement
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="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>
 

See Also:
Serialized Form

Field Summary
protected  List<String> protocols
           
protected  ArtifactType software
           
 
Constructor Summary
AalUapp.ApplicationManagement.RemoteManagement()
           
 
Method Summary
 List<String> getProtocols()
          Gets the value of the protocols property.
 ArtifactType getSoftware()
          Gets the value of the software property.
 boolean isSetProtocols()
           
 boolean isSetSoftware()
           
 void setSoftware(ArtifactType value)
          Sets the value of the software property.
 void unsetProtocols()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocols

protected List<String> protocols

software

protected ArtifactType software
Constructor Detail

AalUapp.ApplicationManagement.RemoteManagement

public AalUapp.ApplicationManagement.RemoteManagement()
Method Detail

getProtocols

public List<String> getProtocols()
Gets the value of the protocols property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the protocols property.

For example, to add a new item, do as follows:

    getProtocols().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetProtocols

public boolean isSetProtocols()

unsetProtocols

public void unsetProtocols()

getSoftware

public ArtifactType getSoftware()
Gets the value of the software property.

Returns:
possible object is ArtifactType

setSoftware

public void setSoftware(ArtifactType value)
Sets the value of the software property.

Parameters:
value - allowed object is ArtifactType

isSetSoftware

public boolean isSetSoftware()


Copyright © 2014 universAAL Consortium. All Rights Reserved.