public abstract class

AbstractMediaResource

extends ExtensionPoint
implements Extension
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ExtensionPoint
       ↳ com.google.gdata.data.media.mediarss.AbstractMediaResource
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

An empty tag with a url, width and height attribute.

Summary

Fields
private int height
private String url
private int width
[Expand]
Inherited Fields
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
Public Methods
int getHeight()
String getUrl()
int getWidth()
void setHeight(int height)
void setUrl(String url)
void setWidth(int width)
Protected Methods
void consumeAttributes(AttributeHelper attrsHelper)
Subclasses can overwrite this method to parse extra attributes.
void putAttributes(AttributeGenerator generator)
Subclasses can overwrite this method to add extra attributes.
[Expand]
Inherited Methods
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension

Fields

private int height

private String url

private int width

Public Methods

public int getHeight ()

public String getUrl ()

public int getWidth ()

public void setHeight (int height)

Parameters
height

public void setUrl (String url)

Parameters
url

public void setWidth (int width)

Parameters
width

Protected Methods

protected void consumeAttributes (AttributeHelper attrsHelper)

Subclasses can overwrite this method to parse extra attributes.

Parameters
attrsHelper Attribute helper

protected void putAttributes (AttributeGenerator generator)

Subclasses can overwrite this method to add extra attributes.

Parameters
generator Used to output attributes.