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>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected List<String> |
location |
protected String |
name |
Constructor and Description |
---|
Android() |
Modifier and Type | Method and Description |
---|---|
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() |
public String getName()
String
public void setName(String value)
value
- allowed object is String
public boolean isSetName()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is String
public boolean isSetDescription()
public List<String> getLocation()
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
public boolean isSetLocation()
public void unsetLocation()
Copyright © 2018 universAAL Consortium. All rights reserved.