|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.rest.model.jaxb.Link
public class Link
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>
| Field Summary | |
|---|---|
protected String |
href
|
protected String |
hrefLang
|
protected String |
rel
|
protected String |
type
|
| Constructor Summary | |
|---|---|
Link()
|
|
| Method Summary | |
|---|---|
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. |
Link |
withHref(String value)
|
Link |
withHrefLang(String value)
|
Link |
withRel(String value)
|
Link |
withType(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String href
protected String rel
protected String type
protected String hrefLang
| Constructor Detail |
|---|
public Link()
| Method Detail |
|---|
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getRel()
Stringpublic void setRel(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getHrefLang()
Stringpublic void setHrefLang(String value)
value - allowed object is
Stringpublic Link withHref(String value)
public Link withRel(String value)
public Link withType(String value)
public Link withHrefLang(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||