public abstract class Linkable extends Object
Java class for linkable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="linkable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="links" type="{http://www.appng.org/schema/appngizer}links" minOccurs="0"/>
</sequence>
<attribute name="self" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Links |
links |
protected String |
self |
| Constructor and Description |
|---|
Linkable() |
| Modifier and Type | Method and Description |
|---|---|
Links |
getLinks()
Gets the value of the links property.
|
String |
getSelf()
Gets the value of the self property.
|
void |
setLinks(Links value)
Sets the value of the links property.
|
void |
setSelf(String value)
Sets the value of the self property.
|
public Links getLinks()
Linkspublic void setLinks(Links value)
value - allowed object is
Linkspublic String getSelf()
StringCopyright © 2011–2022 aiticon GmbH. All rights reserved.