public static class AalUapp.App.Licenses.Sla 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="link" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
link |
protected String |
name |
| Constructor and Description |
|---|
Sla() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLink()
Gets the value of the link property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isSetLink() |
boolean |
isSetName() |
void |
setLink(String value)
Sets the value of the link property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic boolean isSetName()
public String getLink()
Stringpublic void setLink(String value)
value - allowed object is Stringpublic boolean isSetLink()
Copyright © 2018 universAAL Consortium. All rights reserved.