|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.common.ObjectBean
com.sun.syndication.feed.atom.Link
Bean for link elements of Atom feeds.
Nested Class Summary | |
static class |
Link.Rel
Enumeration type for the 'rel' property of Atom Link elements. |
Field Summary | |
static Link.Rel |
ALTERNATE
|
static Link.Rel |
NEXT
|
static Link.Rel |
PREV
|
static Link.Rel |
SERVICE_EDIT
|
static Link.Rel |
SERVICE_FEED
|
static Link.Rel |
SERVICE_POST
|
static Link.Rel |
START
|
Constructor Summary | |
Link()
Default constructor. |
Method Summary | |
java.lang.String |
getHref()
Returns the link href. |
Link.Rel |
getRel()
Returns the link rel. |
java.lang.String |
getTitle()
Returns the link title. |
java.lang.String |
getType()
Returns the link type. |
void |
setHref(java.lang.String href)
Sets the link href. |
void |
setRel(Link.Rel rel)
Sets the link rel. |
void |
setTitle(java.lang.String title)
Sets the link title. |
void |
setType(java.lang.String type)
Sets the link type. |
Methods inherited from class com.sun.syndication.common.ObjectBean |
clone, equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Link.Rel ALTERNATE
public static final Link.Rel START
public static final Link.Rel NEXT
public static final Link.Rel PREV
public static final Link.Rel SERVICE_EDIT
public static final Link.Rel SERVICE_POST
public static final Link.Rel SERVICE_FEED
Constructor Detail |
public Link()
Method Detail |
public Link.Rel getRel()
public void setRel(Link.Rel rel)
rel
- the link rel,, null if none.public java.lang.String getType()
public void setType(java.lang.String type)
type
- the link type, null if none.public java.lang.String getHref()
public void setHref(java.lang.String href)
href
- the link href, null if none.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the link title, null if none.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |