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" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rel" use="required" type="{http://a9.com/-/opensearch/extensions/federation/1.0/}rel" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Gets the value of the href property.
|
Rel |
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 |
setRel(Rel value)
Sets the value of the rel property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic void setRel(Rel value)
value - allowed object is
Relpublic String getType()
StringCopyright © 2014–2015 Cohesive Integrations, LLC. All rights reserved.