|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.atom10.elements.FeedType
public class FeedType
The Atom feed construct is defined in section 4.1.1 of the format spec.
Java class for feedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="feedType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="3"> <element name="author" type="{http://www.w3.org/2005/Atom}personType" maxOccurs="unbounded" minOccurs="0"/> <element name="category" type="{http://www.w3.org/2005/Atom}categoryType" maxOccurs="unbounded" minOccurs="0"/> <element name="contributor" type="{http://www.w3.org/2005/Atom}personType" maxOccurs="unbounded" minOccurs="0"/> <element name="generator" type="{http://www.w3.org/2005/Atom}generatorType" minOccurs="0"/> <element name="icon" type="{http://www.w3.org/2005/Atom}iconType" minOccurs="0"/> <element name="id" type="{http://www.w3.org/2005/Atom}idType"/> <element name="link" type="{http://www.w3.org/2005/Atom}linkType" maxOccurs="unbounded" minOccurs="0"/> <element name="logo" type="{http://www.w3.org/2005/Atom}logoType" minOccurs="0"/> <element name="rights" type="{http://www.w3.org/2005/Atom}textType" minOccurs="0"/> <element name="subtitle" type="{http://www.w3.org/2005/Atom}textType" minOccurs="0"/> <element name="title" type="{http://www.w3.org/2005/Atom}textType"/> <element name="updated" type="{http://www.w3.org/2005/Atom}dateTimeType"/> <element name="entry" type="{http://www.w3.org/2005/Atom}entryType" maxOccurs="unbounded" minOccurs="0"/> <any/> </choice> <attGroup ref="{http://www.w3.org/2005/Atom}commonAttributes"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
authorOrCategoryOrContributor
|
protected String |
base
|
protected String |
lang
|
Constructor Summary | |
---|---|
FeedType()
|
Method Summary | |
---|---|
List<Object> |
getAuthorOrCategoryOrContributor()
Gets the value of the authorOrCategoryOrContributor property. |
String |
getBase()
Gets the value of the base property. |
String |
getLang()
Gets the value of the lang property. |
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
void |
setBase(String value)
Sets the value of the base property. |
void |
setLang(String value)
Sets the value of the lang property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Object> authorOrCategoryOrContributor
protected String base
protected String lang
Constructor Detail |
---|
public FeedType()
Method Detail |
---|
public List<Object> getAuthorOrCategoryOrContributor()
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 authorOrCategoryOrContributor property.
For example, to add a new item, do as follows:
getAuthorOrCategoryOrContributor().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
PersonType
>
JAXBElement
<
GeneratorType
>
JAXBElement
<
IconType
>
JAXBElement
<
EntryType
>
JAXBElement
<
IdType
>
JAXBElement
<
TextType
>
JAXBElement
<
LinkType
>
JAXBElement
<
CategoryType
>
JAXBElement
<
TextType
>
JAXBElement
<
LogoType
>
Object
JAXBElement
<
DateTimeType
>
JAXBElement
<
PersonType
>
JAXBElement
<
TextType
>
public String getBase()
String
public void setBase(String value)
value
- allowed object is
String
public String getLang()
String
public void setLang(String value)
value
- allowed object is
String
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 |