org.universAAL.middleware.deploymanager.uapp.model
Class DeploymentUnit.ContainerUnit.Android

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

public static class DeploymentUnit.ContainerUnit.Android
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="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String description
           
protected  List<String> location
           
protected  String name
           
 
Constructor Summary
DeploymentUnit.ContainerUnit.Android()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 List<String> getLocation()
          Gets the value of the location property.
 String getName()
          Gets the value of the name property.
 boolean isSetDescription()
           
 boolean isSetLocation()
           
 boolean isSetName()
           
 void setDescription(String value)
          Sets the value of the description property.
 void setName(String value)
          Sets the value of the name property.
 void unsetLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

description

protected String description

location

protected List<String> location
Constructor Detail

DeploymentUnit.ContainerUnit.Android

public DeploymentUnit.ContainerUnit.Android()
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()

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSetDescription

public boolean isSetDescription()

getLocation

public List<String> getLocation()
Gets the value of the location 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 location property.

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

    getLocation().add(newItem);
 

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


isSetLocation

public boolean isSetLocation()

unsetLocation

public void unsetLocation()


Copyright © 2014 universAAL Consortium. All Rights Reserved.