yarfraw.generated.rss10.elements
Class TRss10Image

java.lang.Object
  extended by yarfraw.generated.rss10.elements.TRss10Image

public class TRss10Image
extends Object

An image to be associated with an HTML rendering of the channel. This image should be of a format supported by the majority of Web browsers. While the later 0.91 specification allowed for a width of 1-144 and height of 1-400, convention (and the 0.9 specification) dictate 88x31.

Java class for tRss10Image complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tRss10Image">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="link" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </all>
       <attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}about use="required""/>
       <attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}resource"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String about
           
protected  String link
           
protected  String resource
           
protected  String title
           
protected  String url
           
 
Constructor Summary
TRss10Image()
           
 
Method Summary
 String getAbout()
          Gets the value of the about property.
 String getLink()
          Gets the value of the link property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 String getResource()
          Gets the value of the resource property.
 String getTitle()
          Gets the value of the title property.
 String getUrl()
          Gets the value of the url property.
 void setAbout(String value)
          Sets the value of the about property.
 void setLink(String value)
          Sets the value of the link property.
 void setResource(String value)
          Sets the value of the resource property.
 void setTitle(String value)
          Sets the value of the title property.
 void setUrl(String value)
          Sets the value of the url 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

about

protected String about

resource

protected String resource
Constructor Detail

TRss10Image

public TRss10Image()
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

getAbout

public String getAbout()
Gets the value of the about property.

Returns:
possible object is String

setAbout

public void setAbout(String value)
Sets the value of the about property.

Parameters:
value - allowed object is String

getResource

public String getResource()
Gets the value of the resource property.

Returns:
possible object is String

setResource

public void setResource(String value)
Sets the value of the resource property.

Parameters:
value - allowed object is String

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null


Copyright © 2008. All Rights Reserved.