com.google.gdata.data.analytics
Class AnalyticsLink

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.ExtensionPoint
          extended by com.google.gdata.data.Link
              extended by com.google.gdata.data.analytics.AnalyticsLink
All Implemented Interfaces:
Extension, ILink, Reference

public class AnalyticsLink
extends Link

Extends the base Link class with Analytics extensions.


Nested Class Summary
static class AnalyticsLink.Rel
          Link relation type.
 
Nested classes/interfaces inherited from class com.google.gdata.data.Link
Link.AtomHandler
 
Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler
 
Nested classes/interfaces inherited from interface com.google.gdata.data.ILink
ILink.Type
 
Constructor Summary
AnalyticsLink()
          Default mutable constructor.
AnalyticsLink(java.lang.String targetKind)
          Immutable constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static ExtensionDescription getDefaultDescription(boolean required, boolean repeatable)
          Returns the extension description, specifying whether it is required, and whether it is repeatable.
 XmlParser.ElementHandler getHandler(ExtensionProfile p, 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 getTargetKind()
          Returns the kind of feed/entry the href is pointing to.
 int hashCode()
           
 boolean hasTargetKind()
          Returns whether it has the kind of feed/entry the href is pointing to.
 void setTargetKind(java.lang.String targetKind)
          Sets the kind of feed/entry the href is pointing to.
 java.lang.String toString()
           
 
Methods inherited from class com.google.gdata.data.Link
generate, generateAtom, generateRss, getContent, getEtag, getHref, getHrefLang, getLength, getRel, getTitle, getTitleLang, getType, matches, setContent, setEtag, setHref, setHrefLang, setLength, setRel, setTitle, setTitleLang, setType
 
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
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalyticsLink

public AnalyticsLink()
Default mutable constructor.


AnalyticsLink

public AnalyticsLink(java.lang.String targetKind)
Immutable constructor.

Parameters:
targetKind - kind of feed/entry the href is pointing to.
Method Detail

getTargetKind

public java.lang.String getTargetKind()
Returns the kind of feed/entry the href is pointing to.

Returns:
kind of feed/entry the href is pointing to

setTargetKind

public void setTargetKind(java.lang.String targetKind)
Sets the kind of feed/entry the href is pointing to.

Parameters:
targetKind - kind of feed/entry the href is pointing to or null to reset

hasTargetKind

public boolean hasTargetKind()
Returns whether it has the kind of feed/entry the href is pointing to.

Returns:
whether it has the kind of feed/entry the href is pointing to

getDefaultDescription

public static ExtensionDescription getDefaultDescription(boolean required,
                                                         boolean repeatable)
Returns the extension description, specifying whether it is required, and whether it is repeatable.

Parameters:
required - whether it is required
repeatable - whether it is repeatable
Returns:
extension description

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getHandler

public XmlParser.ElementHandler getHandler(ExtensionProfile p,
                                           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 Link
Parameters:
p - extension profile
namespace - extension namespace
localName - tag name, without the namespace prefix
attrs - tag attributes
Returns:
an element handler