|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.rss20.elements.TImage
public class TImage
Java class for tImage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tImage"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="link" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="width" type="{}tImageWidth" minOccurs="0"/> <element name="height" type="{}tImageHeight" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
description
|
protected Integer |
height
|
protected String |
link
|
protected String |
title
|
protected String |
url
|
protected Integer |
width
|
Constructor Summary | |
---|---|
TImage()
|
Method Summary | |
---|---|
String |
getDescription()
Gets the value of the description property. |
Integer |
getHeight()
Gets the value of the height property. |
String |
getLink()
Gets the value of the link property. |
String |
getTitle()
Gets the value of the title property. |
String |
getUrl()
Gets the value of the url property. |
Integer |
getWidth()
Gets the value of the width property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setHeight(Integer value)
Sets the value of the height property. |
void |
setLink(String value)
Sets the value of the link property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setUrl(String value)
Sets the value of the url property. |
void |
setWidth(Integer value)
Sets the value of the width property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String url
protected String title
protected String link
protected Integer width
protected Integer height
protected String description
Constructor Detail |
---|
public TImage()
Method Detail |
---|
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getLink()
String
public void setLink(String value)
value
- allowed object is
String
public Integer getWidth()
Integer
public void setWidth(Integer value)
value
- allowed object is
Integer
public Integer getHeight()
Integer
public void setHeight(Integer value)
value
- allowed object is
Integer
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |