public static class AalUsrv.Srv 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="version" type="{http://www.universaal.org/aal-uapp/v1.0.2}versionType"/> <element name="serviceId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tags" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="serviceProvider" type="{http://www.universaal.org/aal-uapp/v1.0.2}contactType"/> <element name="licenses" maxOccurs="unbounded" minOccurs="0"> <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> </element> <element name="serviceProfile" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AalUsrv.Srv.Licenses
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected List<AalUsrv.Srv.Licenses> |
licenses |
protected String |
name |
protected String |
serviceId |
protected String |
serviceProfile |
protected ContactType |
serviceProvider |
protected String |
tags |
protected VersionType |
version |
Constructor and Description |
---|
Srv() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
List<AalUsrv.Srv.Licenses> |
getLicenses()
Gets the value of the licenses property.
|
String |
getName()
Gets the value of the name property.
|
String |
getServiceId()
Gets the value of the serviceId property.
|
String |
getServiceProfile()
Gets the value of the serviceProfile property.
|
ContactType |
getServiceProvider()
Gets the value of the serviceProvider property.
|
String |
getTags()
Gets the value of the tags property.
|
VersionType |
getVersion()
Gets the value of the version property.
|
boolean |
isSetDescription() |
boolean |
isSetLicenses() |
boolean |
isSetName() |
boolean |
isSetServiceId() |
boolean |
isSetServiceProfile() |
boolean |
isSetServiceProvider() |
boolean |
isSetTags() |
boolean |
isSetVersion() |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setServiceId(String value)
Sets the value of the serviceId property.
|
void |
setServiceProfile(String value)
Sets the value of the serviceProfile property.
|
void |
setServiceProvider(ContactType value)
Sets the value of the serviceProvider property.
|
void |
setTags(String value)
Sets the value of the tags property.
|
void |
setVersion(VersionType value)
Sets the value of the version property.
|
void |
unsetLicenses() |
protected String name
protected VersionType version
protected String serviceId
protected String description
protected String tags
protected ContactType serviceProvider
protected List<AalUsrv.Srv.Licenses> licenses
protected String serviceProfile
public String getName()
String
public void setName(String value)
value
- allowed object is String
public boolean isSetName()
public VersionType getVersion()
VersionType
public void setVersion(VersionType value)
value
- allowed object is VersionType
public boolean isSetVersion()
public String getServiceId()
String
public void setServiceId(String value)
value
- allowed object is String
public boolean isSetServiceId()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is String
public boolean isSetDescription()
public String getTags()
String
public void setTags(String value)
value
- allowed object is String
public boolean isSetTags()
public ContactType getServiceProvider()
ContactType
public void setServiceProvider(ContactType value)
value
- allowed object is ContactType
public boolean isSetServiceProvider()
public List<AalUsrv.Srv.Licenses> getLicenses()
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 licenses property.
For example, to add a new item, do as follows:
getLicenses().add(newItem);
Objects of the following type(s) are allowed in the list
AalUsrv.Srv.Licenses
public boolean isSetLicenses()
public void unsetLicenses()
public String getServiceProfile()
String
public void setServiceProfile(String value)
value
- allowed object is String
public boolean isSetServiceProfile()
Copyright © 2018 universAAL Consortium. All rights reserved.