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>
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()
String
public void setHref(String value)
value
- allowed object is
String
public boolean isSetHref()
public void setRel(String value)
value
- allowed object is
String
public boolean isSetRel()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0