|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GOMEntry
The GOMEntry class represents a "atom:entry" element in the GData Object Model.
The "atom:entry" element represents an individual entry, acting as a container for metadata and data associated with the entry. This element can appear as a child of the atom:feed element, or it can appear as the document (i.e., top-level) element of a stand-alone Atom Entry Document.
RelaxNG Schema:
atomEntry =
element atom:entry {
atomCommonAttributes,
( atomAuthor*
& atomCategory*
& atomContent?
& atomContributor*
& atomId
& atomLink*
& atomPublished?
& atomRights?
& atomSource?
& atomSummary?
& atomTitle
& atomUpdated
& extensionElement*)
}
| Field Summary | |
|---|---|
static String |
LOCALNAME
Atom 1.0 local name for the xml element |
static String |
LOCALNAME_RSS
RSS 2.0 local name for the xml element |
| Fields inherited from interface org.apache.lucene.gdata.gom.GOMElement |
|---|
XML_BASE, XML_LANG |
| Fields inherited from interface org.apache.lucene.gdata.gom.core.AtomParser |
|---|
DUPLICATE_ATTRIBUTE, DUPLICATE_ELEMENT, DUPLICATE_ELEMENT_VALUE, INVALID_ATTRIBUTE, INVALID_ELEMENT_VALUE, MISSING_ELEMENT_ATTRIBUTE, MISSING_ELEMENT_CHILD, MISSING_ELEMENT_VALUE, MISSING_ELEMENT_VALUE_PLAIN, UNEXPECTED_ATTRIBUTE, UNEXPECTED_ELEMENT, UNEXPECTED_ELEMENT_CHILD, UNEXPECTED_ELEMENT_VALUE, URECOGNIZED_ELEMENT_CHILD |
| Methods inherited from interface org.apache.lucene.gdata.gom.GOMElement |
|---|
getXmlBase, getXmlLang, writeAtomOutput, writeRssOutput, writeRssOutput |
| Methods inherited from interface org.apache.lucene.gdata.gom.core.AtomParser |
|---|
getChildParser, processAttribute, processElementValue, processEndElement |
| Methods inherited from interface org.apache.lucene.gdata.gom.GOMExtensible |
|---|
getExtensions, setExtensionFactory |
| Field Detail |
|---|
static final String LOCALNAME
static final String LOCALNAME_RSS
| Method Detail |
|---|
void addAuthor(GOMAuthor aAuthor)
aAuthor - -
a author to addGOMAuthorvoid addCategory(GOMCategory aCategory)
aCategory - -
a category to addGOMCategoryvoid addContributor(GOMContributor aContributor)
aContributor - -
a contributor to addGOMContributorvoid addLink(GOMLink aLink)
aLink - -
a link to addGOMLinkList<GOMAuthor> getAuthors()
GOMAuthorList<GOMCategory> getCategories()
null
GOMCategoryList<GOMContributor> getContributor()
null
GOMContributorGOMId getId()
GOMIdvoid setId(GOMId aId)
aId - -
the entry idGOMIdGOMRights getRights()
GOMRightsvoid setRights(GOMRights aRights)
aRights - -
the GOMRights to setGOMRightsGOMTitle getTitle()
GOMTitlevoid setTitle(GOMTitle aTitle)
aTitle - -
the title to setGOMTitleGOMUpdated getUpdated()
GOMUpdatedvoid setUpdated(GOMUpdated aUpdated)
aUpdated - -
the updated element to setGOMUpdatedList<GOMLink> getLinks()
null
GOMLinkvoid setSummary(GOMSummary aSummary)
aSummary - -
a summary to setGOMSummaryGOMSummary getSummary()
GOMSummaryvoid setSource(GOMSource aSource)
aSource - -
the source to setGOMSourceGOMSource getSource()
GOMSourcevoid setPublished(GOMPublished aPublished)
aPublished - -
the published element to setGOMPublishedGOMPublished getPublished()
GOMPublishedGOMContent getContent()
GOMContentvoid setContent(GOMContent content)
content - -
the content to setGOMContentvoid addNamespace(GOMNamespace aNamespace)
aNamespace - -
a Namespace to addGOMNamespaceList<GOMNamespace> getNamespaces()
GOMNamespaceGOMNamespace getDefaultNamespace()
GOMNamespace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||