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

GOMXmlEntity

public abstract interface GOMXmlEntity
GOMXmlEntity is a abstract base interface for all Gdata Object Model Interfaces to be implemented by any class which is a part of the GOM. This interface defines a basic interface for xml attributes and elements
author
Simon Willnauer

Fields Summary
Constructors Summary
Methods Summary
public abstract java.lang.StringgetLocalName()

return
- the local name of the entitiy

public abstract javax.xml.namespace.QNamegetQname()

return
- the entities QName
see
QName

public abstract java.lang.StringgetTextValue()

return
- the text value of the entity

public abstract voidsetLocalName(java.lang.String aLocalName)

param
aLocalName - the localname of the entitiy

public abstract voidsetNamespacePrefix(java.lang.String aString)

param
aString - the namespace prefix to set

public abstract voidsetNamespaceUri(java.lang.String aString)

param
aString - the namespace uri to set

public abstract voidsetTextValue(java.lang.String aTextValue)

param
aTextValue - the text value of the entity