public class

YtPlaylistId

extends AbstractExtension
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.youtube.YtPlaylistId

Class Overview

yt:playlistid tag found in the subscription entry.

Summary

Fields
private String playlistId
[Expand]
Inherited Fields
From class com.google.gdata.data.AbstractExtension
Public Constructors
YtPlaylistId()
Creates an empty tag.
YtPlaylistId(String playlistId)
Creates a tag and initializes its content.
Public Methods
String getPlaylistId()
void setPlaylistId(String playlistId)
Protected Methods
void consumeAttributes(AttributeHelper helper)
Consumes attributes from the attribute helper.
void putAttributes(AttributeGenerator generator)
Puts attributes into the attribute generator.
[Expand]
Inherited Methods
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension

Fields

private String playlistId

Public Constructors

public YtPlaylistId ()

Creates an empty tag.

public YtPlaylistId (String playlistId)

Creates a tag and initializes its content.

Parameters
playlistId Id of the playlist

Public Methods

public String getPlaylistId ()

public void setPlaylistId (String playlistId)

Parameters
playlistId

Protected Methods

protected void consumeAttributes (AttributeHelper helper)

Consumes attributes from the attribute helper. May also use consumeContent(boolean) to consume the element's text content. Called from getHandler(ExtensionProfile, String, String, Attributes). Default implementation does nothing, though generally this is discouraged unless there really are no attributes.

Parameters
helper Attribute helper

protected void putAttributes (AttributeGenerator generator)

Puts attributes into the attribute generator. Called from generate(XmlWriter, ExtensionProfile). Default implementation does nothing, though generally this is discouraged unless there really are no attributes.

Parameters
generator Attribute generator