org.jaudiotagger.tag.id3.framebody
Class FrameBodyWORS

java.lang.Object
  extended by org.jaudiotagger.tag.id3.AbstractTagItem
      extended by org.jaudiotagger.tag.id3.AbstractTagFrameBody
          extended by org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
              extended by org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyUrlLink
                  extended by org.jaudiotagger.tag.id3.framebody.FrameBodyWORS
All Implemented Interfaces:
ID3v23FrameBody, ID3v24FrameBody

public class FrameBodyWORS
extends AbstractFrameBodyUrlLink
implements ID3v24FrameBody, ID3v23FrameBody

Official internet radio station homepage URL link frames.

The 'Official internet radio station homepage' contains a URL pointing at the homepage of the internet radio station.

For more details, please refer to the ID3 specifications:

Version:
$Id: FrameBodyWORS.java,v 1.14 2009/11/12 13:25:22 paultaylor Exp $
Author:
: Paul Taylor, : Eric Farng

Field Summary
 
Fields inherited from class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
TYPE_BODY
 
Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody
objectList
 
Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagItem
logger
 
Constructor Summary
FrameBodyWORS()
          Creates a new FrameBodyWORS datatype.
FrameBodyWORS(java.nio.ByteBuffer byteBuffer, int frameSize)
          Creates a new FrameBodyWORS datatype.
FrameBodyWORS(FrameBodyWORS body)
           
FrameBodyWORS(java.lang.String urlLink)
          Creates a new FrameBodyWORS datatype.
 
Method Summary
 java.lang.String getIdentifier()
          The ID3v2 frame identifier
 
Methods inherited from class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyUrlLink
getUrlLink, setupObjectList, setUrlLink, write
 
Methods inherited from class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
createStructure, equals, getSize, read, setSize, setSize
 
Methods inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FrameBodyWORS

public FrameBodyWORS()
Creates a new FrameBodyWORS datatype.


FrameBodyWORS

public FrameBodyWORS(java.lang.String urlLink)
Creates a new FrameBodyWORS datatype.

Parameters:
urlLink -

FrameBodyWORS

public FrameBodyWORS(FrameBodyWORS body)

FrameBodyWORS

public FrameBodyWORS(java.nio.ByteBuffer byteBuffer,
                     int frameSize)
              throws InvalidTagException
Creates a new FrameBodyWORS datatype.

Parameters:
byteBuffer -
frameSize -
Throws:
InvalidTagException
Method Detail

getIdentifier

public java.lang.String getIdentifier()
The ID3v2 frame identifier

Specified by:
getIdentifier in class AbstractID3v2FrameBody
Returns:
the ID3v2 frame identifier for this frame type