| java.lang.Object | |
| ↳ | com.google.gdata.data.extensions.Recurrence |
GData schema extension describing an RFC 2445 recurrence rule.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | Recurrence rule. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates an XML representation for the extension.
| |||||||||||
Returns the suggested extension description.
| |||||||||||
Gets an XML element handler for the extension.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
Recurrence rule. Contains DTSTART, RRULE, RDATE, EXRULE, EXDATE, etc.
Generates an XML representation for the extension.
| w | XML writer |
|---|---|
| extProfile | Extension profile |
| IOException |
|---|
Returns the suggested extension description.
Gets an XML element handler for the extension.
| extProfile | Extension profile |
|---|---|
| namespace | Extension namespace |
| localName | Tag name, without the namespace prefix |
| attrs | Tag attributes |
| v |
|---|