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