
public static class AalUsrv.Srv.Licenses 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="license" type="{http://www.universaal.org/aal-uapp/v1.0.2}licenseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="sla" minOccurs="0">
<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="link" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AalUsrv.Srv.Licenses.Sla
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<LicenseType> |
license |
protected AalUsrv.Srv.Licenses.Sla |
sla |
| Constructor and Description |
|---|
Licenses() |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseType> |
getLicense()
Gets the value of the license property.
|
AalUsrv.Srv.Licenses.Sla |
getSla()
Gets the value of the sla property.
|
boolean |
isSetLicense() |
boolean |
isSetSla() |
void |
setSla(AalUsrv.Srv.Licenses.Sla value)
Sets the value of the sla property.
|
void |
unsetLicense() |
protected List<LicenseType> license
protected AalUsrv.Srv.Licenses.Sla sla
public List<LicenseType> getLicense()
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 license property.
For example, to add a new item, do as follows:
getLicense().add(newItem);
Objects of the following type(s) are allowed in the list
LicenseType
public boolean isSetLicense()
public void unsetLicense()
public AalUsrv.Srv.Licenses.Sla getSla()
AalUsrv.Srv.Licenses.Slapublic void setSla(AalUsrv.Srv.Licenses.Sla value)
value - allowed object is AalUsrv.Srv.Licenses.Slapublic boolean isSetSla()
Copyright © 2018 universAAL Consortium. All rights reserved.