@ObjectCreate(pattern="rss/channel/image") public final class Image extends Object
| Constructor and Description | 
|---|
Image()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getDescription()  | 
int | 
getHeight()  | 
String | 
getLink()  | 
String | 
getTitle()  | 
String | 
getUrl()  | 
int | 
getWidth()  | 
void | 
setDescription(String description)  | 
void | 
setHeight(int height)  | 
void | 
setLink(String link)  | 
void | 
setTitle(String title)  | 
void | 
setUrl(String url)  | 
void | 
setWidth(int width)  | 
String | 
toString()  | 
public Image()
public String getDescription()
public void setDescription(String description)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.