com.google.gdata.data.extensions
Class Where

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.ExtensionPoint
          extended by com.google.gdata.data.extensions.Where
All Implemented Interfaces:
Extension

public class Where
extends ExtensionPoint
implements Extension

GData schema extension describing a place (not necessarily a specific geographical location).


Nested Class Summary
static class Where.Rel
          Relation type.
 
Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler
 
Constructor Summary
Where()
          Constructs an empty Where instance.
Where(java.lang.String rel, java.lang.String label, java.lang.String valueString)
          Constructs a new Where instance using the specified parameters.
 
Method Summary
 void generate(XmlWriter w, ExtensionProfile extProfile)
          Generates an XML representation for the extension.
static ExtensionDescription getDefaultDescription()
          Returns the suggested extension description.
 EntryLink<?> getEntryLink()
           
 XmlParser.ElementHandler getHandler(ExtensionProfile extProfile, java.lang.String namespace, java.lang.String localName, org.xml.sax.Attributes attrs)
          The default implementation uses the AttributesHandler to handle parsing the extension.
 java.lang.String getLabel()
           
 java.lang.String getRel()
           
 java.lang.String getValueString()
           
 void setEntryLink(EntryLink<?> v)
           
 void setLabel(java.lang.String v)
           
 void setRel(java.lang.String v)
           
 void setValueString(java.lang.String v)
           
 
Methods inherited from class com.google.gdata.data.ExtensionPoint
addExtension, addRepeatingExtension, declareExtensions, generateCumulativeXmlBlob, getExtension, getExtensions, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit
 
Methods inherited from class com.google.gdata.data.AbstractExtension
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Where

public Where()
Constructs an empty Where instance.


Where

public Where(java.lang.String rel,
             java.lang.String label,
             java.lang.String valueString)
Constructs a new Where instance using the specified parameters.

Method Detail

getRel

public java.lang.String getRel()

setRel

public void setRel(java.lang.String v)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String v)

getValueString

public java.lang.String getValueString()

setValueString

public void setValueString(java.lang.String v)

getEntryLink

public EntryLink<?> getEntryLink()

setEntryLink

public void setEntryLink(EntryLink<?> v)

getDefaultDescription

public static ExtensionDescription getDefaultDescription()
Returns the suggested extension description.


generate

public void generate(XmlWriter w,
                     ExtensionProfile extProfile)
              throws java.io.IOException
Description copied from interface: Extension
Generates an XML representation for the extension.

Specified by:
generate in interface Extension
Overrides:
generate in class AbstractExtension
Parameters:
w - XML writer
extProfile - extension profile
Throws:
java.io.IOException

getHandler

public XmlParser.ElementHandler getHandler(ExtensionProfile extProfile,
                                           java.lang.String namespace,
                                           java.lang.String localName,
                                           org.xml.sax.Attributes attrs)
Description copied from class: AbstractExtension
The default implementation uses the AttributesHandler to handle parsing the extension.

Specified by:
getHandler in interface Extension
Overrides:
getHandler in class ExtensionPoint
Parameters:
extProfile - extension profile
namespace - extension namespace
localName - tag name, without the namespace prefix
attrs - tag attributes
Returns:
an element handler