|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.rss10.elements.TRss10TextInput
public class TRss10TextInput
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 tRss10TextInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tRss10TextInput"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice maxOccurs="unbounded"> <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"/> <any/> </choice> </sequence> <attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}resource"/> <attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}about use="required""/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
about
|
protected String |
resource
|
protected List<Object> |
titleOrDescriptionOrName
|
Constructor Summary | |
---|---|
TRss10TextInput()
|
Method Summary | |
---|---|
String |
getAbout()
Gets the value of the about property. |
String |
getResource()
Gets the value of the resource property. |
List<Object> |
getTitleOrDescriptionOrName()
Gets the value of the titleOrDescriptionOrName property. |
void |
setAbout(String value)
Sets the value of the about property. |
void |
setResource(String value)
Sets the value of the resource property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Object> titleOrDescriptionOrName
protected String resource
protected String about
Constructor Detail |
---|
public TRss10TextInput()
Method Detail |
---|
public List<Object> getTitleOrDescriptionOrName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the titleOrDescriptionOrName property.
For example, to add a new item, do as follows:
getTitleOrDescriptionOrName().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
String
>
JAXBElement
<
String
>
JAXBElement
<
String
>
JAXBElement
<
String
>
Element
public String getResource()
String
public void setResource(String value)
value
- allowed object is
String
public String getAbout()
String
public void setAbout(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |