FileDocCategorySizeDatePackage
GOMGenerator.javaAPI DocApache Lucene 2.1.01998Wed Feb 14 10:46:00 GMT 2007org.apache.lucene.gdata.gom

GOMGenerator

public interface GOMGenerator implements GOMElement
Class representing the "atom:generator" element. The "atom:generator" element's content identifies the agent used to generate a feed, for debugging and other purposes.
atomGenerator = element atom:generator {
atomCommonAttributes,
attribute uri { atomUri }?,
attribute version { text }?,
text
}
author
Simon Willnauer

Fields Summary
public static final String
LOCALNAME
Atom local name for the xml element
Constructors Summary
Methods Summary
public java.lang.StringgetGeneratorVersion()

return
- the atom:generator version attribute value

public java.lang.StringgetUri()

return
- the atom:generator uri attribute value

public voidsetGeneratorVersion(java.lang.String version)
Sets the the atom:generator version attribute value

param
version - the version value to set

public voidsetUri(java.lang.String uri)
Sets the the atom:generator uri attribute value

param
uri - the generator uri attribute value to set