
public static class AalUsrv.Components 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="application" type="{http://www.universaal.org/aal-usrv/v1.0.2}applicationType" maxOccurs="unbounded"/>
<element name="hardware" type="{http://www.universaal.org/aal-usrv/v1.0.2}hardwareType" maxOccurs="unbounded" minOccurs="0"/>
<element name="human" type="{http://www.universaal.org/aal-usrv/v1.0.2}humanType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ApplicationType> |
application |
protected List<HardwareType> |
hardware |
protected List<HumanType> |
human |
| Constructor and Description |
|---|
Components() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationType> |
getApplication()
Gets the value of the application property.
|
List<HardwareType> |
getHardware()
Gets the value of the hardware property.
|
List<HumanType> |
getHuman()
Gets the value of the human property.
|
boolean |
isSetApplication() |
boolean |
isSetHardware() |
boolean |
isSetHuman() |
void |
unsetApplication() |
void |
unsetHardware() |
void |
unsetHuman() |
protected List<ApplicationType> application
protected List<HardwareType> hardware
public List<ApplicationType> getApplication()
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 application property.
For example, to add a new item, do as follows:
getApplication().add(newItem);
Objects of the following type(s) are allowed in the list
ApplicationType
public boolean isSetApplication()
public void unsetApplication()
public List<HardwareType> getHardware()
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 hardware property.
For example, to add a new item, do as follows:
getHardware().add(newItem);
Objects of the following type(s) are allowed in the list
HardwareType
public boolean isSetHardware()
public void unsetHardware()
public List<HumanType> getHuman()
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 human property.
For example, to add a new item, do as follows:
getHuman().add(newItem);
Objects of the following type(s) are allowed in the list
HumanType
public boolean isSetHuman()
public void unsetHuman()
Copyright © 2018 universAAL Consortium. All rights reserved.