public class Link extends Object
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="href" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rel" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="hrefLang" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
href |
protected String |
hrefLang |
protected String |
rel |
protected String |
type |
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Gets the value of the href property.
|
String |
getHrefLang()
Gets the value of the hrefLang property.
|
String |
getRel()
Gets the value of the rel property.
|
String |
getType()
Gets the value of the type property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setHrefLang(String value)
Sets the value of the hrefLang property.
|
void |
setRel(String value)
Sets the value of the rel property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String href
protected String rel
protected String type
protected String hrefLang
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic void setRel(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getHrefLang()
StringCopyright © 2003–2016 eXo Platform SAS. All rights reserved.