|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.rss20.elements.TRssChannel
public class TRssChannel
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 |
---|
protected List<Object> titleOrLinkOrDescription
protected List<TRssItem> item
protected List<Element> any
Constructor Detail |
---|
public TRssChannel()
Method Detail |
---|
public List<Object> getTitleOrLinkOrDescription()
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
>
public List<TRssItem> getItem()
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
public List<Element> getAny()
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
public Map<QName,String> getOtherAttributes()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |