| Constructor and Description | 
|---|
LinkInfoImpl()  | 
LinkInfoImpl(String rel,
            String href)  | 
LinkInfoImpl(String rel,
            String href,
            String type)  | 
LinkInfoImpl(String rel,
            String href,
            String type,
            String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getHref()
Returns the link href attribute. 
 | 
String | 
getId()
Returns the link id attribute. 
 | 
String | 
getRel()
Returns the link rel attribute. 
 | 
String | 
getType()
Returns the link type attribute. 
 | 
void | 
setHref(String href)  | 
void | 
setId(String id)  | 
void | 
setRel(String rel)  | 
void | 
setType(String type)  | 
public String getRel()
LinkInfopublic void setRel(String rel)
public String getHref()
LinkInfopublic void setHref(String href)
public String getType()
LinkInfopublic void setType(String type)
public String getId()
LinkInfopublic void setId(String id)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.