public static class AalUsrv.Srv.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()
String
public void setName(String value)
value
- allowed object is String
public boolean isSetName()
public String getLink()
String
public void setLink(String value)
value
- allowed object is String
public boolean isSetLink()
Copyright © 2018 universAAL Consortium. All rights reserved.