|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.atom03.ext.elements.Atom03Extension
public class Atom03Extension
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://purl.org/atom/ns#}title" minOccurs="0"/> <element ref="{http://purl.org/atom/ns#}tagline" minOccurs="0"/> <element ref="{http://purl.org/atom/ns#}info" minOccurs="0"/> <element ref="{http://purl.org/atom/ns#}issued"/> <element ref="{http://purl.org/atom/ns#}summary" minOccurs="0"/> <element ref="{http://purl.org/atom/ns#}content" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<ContentType> |
content
|
protected ContentType |
info
|
protected String |
issued
|
protected ContentType |
summary
|
protected ContentType |
tagline
|
protected ContentType |
title
|
Constructor Summary | |
---|---|
Atom03Extension()
|
Method Summary | |
---|---|
List<ContentType> |
getContent()
The "atom:content" element is a Content construct that conveys the content of the entry. |
ContentType |
getInfo()
The "atom:info" element is a Content construct that conveys a human-readable explanation of the feed format itself. |
String |
getIssued()
The "atom:issued" element is a Date construct that indicates the time that the entry was issued. |
ContentType |
getSummary()
The "atom:summary" element is a Content construct that conveys a short summary, abstract or excerpt of the entry. |
ContentType |
getTagline()
The "atom:tagline" element is a Content construct that conveys a human-readable description or tagline for the feed. |
ContentType |
getTitle()
The "atom:title" element is a Content construct that conveys a human-readable title for the feed. |
void |
setInfo(ContentType value)
Sets the value of the info property. |
void |
setIssued(String value)
Sets the value of the issued property. |
void |
setSummary(ContentType value)
Sets the value of the summary property. |
void |
setTagline(ContentType value)
Sets the value of the tagline property. |
void |
setTitle(ContentType value)
Sets the value of the title property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ContentType title
protected ContentType tagline
protected ContentType info
protected String issued
protected ContentType summary
protected List<ContentType> content
Constructor Detail |
---|
public Atom03Extension()
Method Detail |
---|
public ContentType getTitle()
ContentType
public void setTitle(ContentType value)
value
- allowed object is
ContentType
public ContentType getTagline()
ContentType
public void setTagline(ContentType value)
value
- allowed object is
ContentType
public ContentType getInfo()
ContentType
public void setInfo(ContentType value)
value
- allowed object is
ContentType
public String getIssued()
String
public void setIssued(String value)
value
- allowed object is
String
public ContentType getSummary()
ContentType
public void setSummary(ContentType value)
value
- allowed object is
ContentType
public List<ContentType> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
ContentType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |