org.apache.lucene.gdata.gom
Interface GOMXmlEntity

All Known Subinterfaces:
GOMAttribute, GOMAuthor, GOMCategory, GOMContent, GOMContributor, GOMDateConstruct, GOMElement, GOMEntry, GOMExtension, GOMFeed, GOMGenerator, GOMIcon, GOMId, GOMLink, GOMLogo, GOMPerson, GOMPublished, GOMRights, GOMSource, GOMSubtitle, GOMSummary, GOMTextConstruct, GOMTime, GOMTitle, GOMUpdated
All Known Implementing Classes:
AbstractGOMElement, ArbitraryGOMXml, GOMAttributeImpl, GOMAuthorImpl, GOMCategoryImpl, GOMContentImpl, GOMContributorImpl, GOMDateConstructImpl, GOMEntryImpl, GOMGeneratorImpl, GOMIconImpl, GOMLinkImpl, GOMLogoImpl, GOMPersonImpl, GOMPublishedImpl, GOMRightsImpl, GOMSourceImpl, GOMSubtitleImpl, GOMSummaryImpl, GOMTextContructImpl, GOMTitleImpl, GOMUpdatedImpl, SimpleGOMElementImpl

public 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

Method Summary
 String getLocalName()
           
 javax.xml.namespace.QName getQname()
           
 String getTextValue()
           
 void setLocalName(String aLocalName)
           
 void setNamespacePrefix(String aString)
           
 void setNamespaceUri(String aString)
           
 void setTextValue(String aTextValue)
           
 

Method Detail

getQname

javax.xml.namespace.QName getQname()
Returns:
- the entities QName
See Also:
QName

setNamespaceUri

void setNamespaceUri(String aString)
Parameters:
aString - - the namespace uri to set

setNamespacePrefix

void setNamespacePrefix(String aString)
Parameters:
aString - - the namespace prefix to set

setLocalName

void setLocalName(String aLocalName)
Parameters:
aLocalName - - the localname of the entitiy

getLocalName

String getLocalName()
Returns:
- the local name of the entitiy

getTextValue

String getTextValue()
Returns:
- the text value of the entity

setTextValue

void setTextValue(String aTextValue)
Parameters:
aTextValue - - the text value of the entity


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.