|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wink.common.model.rss.RssTextInput
public class RssTextInput
Java class for "textInput" element of RSS 2.0 Specification.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rssTextInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="link" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</all>
</restriction>
</complexContent>
</complexType>
A channel may optionally contain a <textInput> sub-element, which contains four required sub-elements.
<title> -- The label of the Submit button in the text input area.
<description> -- Explains the text input area.
<name> -- The name of the text object in the text input area.
<link> -- The URL of the CGI script that processes text input requests.
The purpose of the <textInput> element is something of a mystery. You can use it to specify a search engine box. Or to allow a reader to provide feedback. Most aggregators ignore it.
| Field Summary | |
|---|---|
protected java.lang.String |
description
|
protected java.lang.String |
link
|
protected java.lang.String |
name
|
protected java.lang.String |
title
|
| Constructor Summary | |
|---|---|
RssTextInput()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getLink()
Gets the value of the link property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setLink(java.lang.String value)
Sets the value of the link property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String title
protected java.lang.String description
protected java.lang.String name
protected java.lang.String link
| Constructor Detail |
|---|
public RssTextInput()
| Method Detail |
|---|
public java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getLink()
Stringpublic void setLink(java.lang.String value)
value - allowed object is String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||