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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
href |
protected String |
rel |
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Gets the value of the href property.
|
String |
getRel()
Gets the value of the rel property.
|
boolean |
isSetHref() |
boolean |
isSetRel() |
void |
setHref(String value)
Sets the value of the href property.
|
void |
setRel(String value)
Sets the value of the rel property.
|
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
public void setRel(String value)
value - allowed object is
Stringpublic boolean isSetRel()
Copyright © 2012. All Rights Reserved.