|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.atom03.elements.FeedType
public class FeedType
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> <element name="link" type="{http://purl.org/atom/ns#}linkType" maxOccurs="unbounded" minOccurs="0"/> <element name="modified" type="{http://purl.org/atom/ns#}iso8601dateTime"/> <element name="author" type="{http://purl.org/atom/ns#}personType" minOccurs="0"/> <element name="contributor" type="{http://purl.org/atom/ns#}personType" maxOccurs="unbounded" minOccurs="0"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="generator" type="{http://purl.org/atom/ns#}generatorType" minOccurs="0"/> <element name="copyright" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="entry" type="{http://purl.org/atom/ns#}entryType" maxOccurs="unbounded" minOccurs="0"/> <any/> </choice> <attribute name="version" use="required" type="{http://purl.org/atom/ns#}versionType" /> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected PersonType |
author
|
protected List<PersonType> |
contributor
|
protected String |
copyright
|
protected List<EntryType> |
entry
|
protected GeneratorType |
generator
|
protected String |
id
|
protected String |
lang
|
protected List<LinkType> |
link
|
protected String |
modified
|
protected String |
version
|
Constructor Summary | |
---|---|
FeedType()
|
Method Summary | |
---|---|
List<Object> |
getAny()
Gets the value of the any property. |
PersonType |
getAuthor()
Gets the value of the author property. |
List<PersonType> |
getContributor()
Gets the value of the contributor property. |
String |
getCopyright()
Gets the value of the copyright property. |
List<EntryType> |
getEntry()
Gets the value of the entry property. |
GeneratorType |
getGenerator()
Gets the value of the generator property. |
String |
getId()
Gets the value of the id property. |
String |
getLang()
Gets the value of the lang property. |
List<LinkType> |
getLink()
Gets the value of the link property. |
String |
getModified()
Gets the value of the modified property. |
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
String |
getVersion()
Gets the value of the version property. |
void |
setAuthor(PersonType value)
Sets the value of the author property. |
void |
setCopyright(String value)
Sets the value of the copyright property. |
void |
setGenerator(GeneratorType value)
Sets the value of the generator property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLang(String value)
Sets the value of the lang property. |
void |
setModified(String value)
Sets the value of the modified property. |
void |
setVersion(String value)
Sets the value of the version property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<LinkType> link
protected String modified
protected PersonType author
protected List<PersonType> contributor
protected String id
protected GeneratorType generator
protected String copyright
protected List<EntryType> entry
protected List<Object> any
protected String version
protected String lang
Constructor Detail |
---|
public FeedType()
Method Detail |
---|
public List<LinkType> getLink()
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 link property.
For example, to add a new item, do as follows:
getLink().add(newItem);
Objects of the following type(s) are allowed in the list
LinkType
public String getModified()
String
public void setModified(String value)
value
- allowed object is
String
public PersonType getAuthor()
PersonType
public void setAuthor(PersonType value)
value
- allowed object is
PersonType
public List<PersonType> getContributor()
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 contributor property.
For example, to add a new item, do as follows:
getContributor().add(newItem);
Objects of the following type(s) are allowed in the list
PersonType
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public GeneratorType getGenerator()
GeneratorType
public void setGenerator(GeneratorType value)
value
- allowed object is
GeneratorType
public String getCopyright()
String
public void setCopyright(String value)
value
- allowed object is
String
public List<EntryType> getEntry()
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 entry property.
For example, to add a new item, do as follows:
getEntry().add(newItem);
Objects of the following type(s) are allowed in the list
EntryType
public List<Object> 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
Object
Element
public String getVersion()
String
public void setVersion(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 |