yarfraw.generated.rss10.elements
Class TRss10TextInput

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

public class TRss10TextInput
extends Object

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

titleOrDescriptionOrName

protected List<Object> titleOrDescriptionOrName

resource

protected String resource

about

protected String about
Constructor Detail

TRss10TextInput

public TRss10TextInput()
Method Detail

getTitleOrDescriptionOrName

public List<Object> getTitleOrDescriptionOrName()
Gets the value of the titleOrDescriptionOrName property.

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


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

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


Copyright © 2008. All Rights Reserved.