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>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
protocols |
protected ArtifactType |
software |
| Constructor and Description |
|---|
RemoteManagement() |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected ArtifactType software
public List<String> getProtocols()
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
public boolean isSetProtocols()
public void unsetProtocols()
public ArtifactType getSoftware()
ArtifactTypepublic void setSoftware(ArtifactType value)
value - allowed object is ArtifactTypepublic boolean isSetSoftware()
Copyright © 2018 universAAL Consortium. All rights reserved.