public class Link extends Object implements Serializable
Java class for Link complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Link">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
type |
protected String |
url |
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
Link |
withName(String value) |
Link |
withType(String value) |
Link |
withUrl(String value) |
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
StringCopyright © 2017 qameta.io. All rights reserved.