yarfraw.generated.rss20.elements
Class TImage

java.lang.Object
  extended by yarfraw.generated.rss20.elements.TImage

public class TImage
extends Object

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

url

protected String url

title

protected String title

link

protected String link

width

protected Integer width

height

protected Integer height

description

protected String description
Constructor Detail

TImage

public TImage()
Method Detail

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getLink

public String getLink()
Gets the value of the link property.

Returns:
possible object is String

setLink

public void setLink(String value)
Sets the value of the link property.

Parameters:
value - allowed object is String

getWidth

public Integer getWidth()
Gets the value of the width property.

Returns:
possible object is Integer

setWidth

public void setWidth(Integer value)
Sets the value of the width property.

Parameters:
value - allowed object is Integer

getHeight

public Integer getHeight()
Gets the value of the height property.

Returns:
possible object is Integer

setHeight

public void setHeight(Integer value)
Sets the value of the height property.

Parameters:
value - allowed object is Integer

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.