|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectyarfraw.generated.rss10.elements.TRss10Image
public class TRss10Image
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 |
|---|
protected String url
protected String title
protected String link
protected String about
protected String resource
| Constructor Detail |
|---|
public TRss10Image()
| Method Detail |
|---|
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getLink()
Stringpublic void setLink(String value)
value - allowed object is
Stringpublic String getAbout()
Stringpublic void setAbout(String value)
value - allowed object is
Stringpublic String getResource()
Stringpublic void setResource(String value)
value - allowed object is
Stringpublic Map<QName,String> getOtherAttributes()
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||