yarfraw.generated.rss20.elements
Class TRssChannel

java.lang.Object
  extended by yarfraw.generated.rss20.elements.TRssChannel

public class TRssChannel
extends Object

Java class for tRssChannel complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tRssChannel">
   <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="link" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
           <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="language" type="{http://www.w3.org/2001/XMLSchema}language" minOccurs="0"/>
           <element name="copyright" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="managingEditor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="webMaster" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="pubDate" type="{}tRfc822FormatDate" minOccurs="0"/>
           <element name="lastBuildDate" type="{}tRfc822FormatDate" minOccurs="0"/>
           <element name="category" type="{}tCategory" minOccurs="0"/>
           <element name="generator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="docs" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
           <element name="cloud" type="{}tCloud" minOccurs="0"/>
           <element name="ttl" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
           <element name="image" type="{}tImage" minOccurs="0"/>
           <element name="textInput" type="{}tTextInput" minOccurs="0"/>
           <element name="skipHours" type="{}tSkipHoursList" minOccurs="0"/>
           <element name="skipDays" type="{}tSkipDaysList" minOccurs="0"/>
           <any/>
         </choice>
         <element name="item" type="{}tRssItem" maxOccurs="unbounded"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Element> any
           
protected  List<TRssItem> item
           
protected  List<Object> titleOrLinkOrDescription
           
 
Constructor Summary
TRssChannel()
           
 
Method Summary
 List<Element> getAny()
          Gets the value of the any property.
 List<TRssItem> getItem()
          Gets the value of the item property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 List<Object> getTitleOrLinkOrDescription()
          Gets the value of the titleOrLinkOrDescription property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

titleOrLinkOrDescription

protected List<Object> titleOrLinkOrDescription

item

protected List<TRssItem> item

any

protected List<Element> any
Constructor Detail

TRssChannel

public TRssChannel()
Method Detail

getTitleOrLinkOrDescription

public List<Object> getTitleOrLinkOrDescription()
Gets the value of the titleOrLinkOrDescription 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 titleOrLinkOrDescription property.

For example, to add a new item, do as follows:

    getTitleOrLinkOrDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<TImage> JAXBElement<TSkipHoursList> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<TCategory> JAXBElement<TSkipDaysList> JAXBElement<TTextInput> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<TCloud> JAXBElement<String> JAXBElement<String> Element JAXBElement<BigInteger>


getItem

public List<TRssItem> getItem()
Gets the value of the item 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 item property.

For example, to add a new item, do as follows:

    getItem().add(newItem);
 

Objects of the following type(s) are allowed in the list TRssItem


getAny

public List<Element> getAny()
Gets the value of the any 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 any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element


getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

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.

Returns:
always non-null


Copyright © 2008. All Rights Reserved.