|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.rss20.elements.TTextInput
public class TTextInput
The purpose of this 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.
Java class for tTextInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tTextInput"> <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>
Field Summary | |
---|---|
protected String |
description
|
protected String |
link
|
protected String |
name
|
protected String |
title
|
Constructor Summary | |
---|---|
TTextInput()
|
Method Summary | |
---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getLink()
Gets the value of the link property. |
String |
getName()
Gets the value of the name property. |
String |
getTitle()
Gets the value of the title property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setLink(String value)
Sets the value of the link property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setTitle(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 String title
protected String description
protected String name
protected String link
Constructor Detail |
---|
public TTextInput()
Method Detail |
---|
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getLink()
String
public void setLink(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |