public class

Recurrence

extends Object
implements Extension
java.lang.Object
   ↳ com.google.gdata.data.extensions.Recurrence

Class Overview

GData schema extension describing an RFC 2445 recurrence rule.

Summary

Fields
protected String value Recurrence rule.
Public Constructors
Recurrence()
Public Methods
void generate(XmlWriter w, ExtensionProfile extProfile)
Generates an XML representation for the extension.
static ExtensionDescription getDefaultDescription()
Returns the suggested extension description.
XmlParser.ElementHandler getHandler(ExtensionProfile extProfile, String namespace, String localName, Attributes attrs)
Gets an XML element handler for the extension.
String getValue()
void setValue(String v)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gdata.data.Extension

Fields

protected String value

Recurrence rule. Contains DTSTART, RRULE, RDATE, EXRULE, EXDATE, etc.

Public Constructors

public Recurrence ()

Public Methods

public void generate (XmlWriter w, ExtensionProfile extProfile)

Generates an XML representation for the extension.

Parameters
w XML writer
extProfile Extension profile
Throws
IOException

public static ExtensionDescription getDefaultDescription ()

Returns the suggested extension description.

public XmlParser.ElementHandler getHandler (ExtensionProfile extProfile, String namespace, String localName, Attributes attrs)

Gets an XML element handler for the extension.

Parameters
extProfile Extension profile
namespace Extension namespace
localName Tag name, without the namespace prefix
attrs Tag attributes
Returns
  • an element handler

public String getValue ()

public void setValue (String v)

Parameters
v