Lizzy v1.1.1

christophedelory.playlist.wpl
Class Body

java.lang.Object
  extended by christophedelory.playlist.wpl.Body

public class Body
extends Object

Contains the elements that define the contents of a playlist. The contents of a playlist are organized within a seq element that is contained within the body element. Typically there is either one seq element that defines a static set of media items and contains media elements, or there is one that defines a dynamic set of media items and contains a smartPlaylist element.
Windows Media Player 9 Series or later.

Version:
$Revision: 92 $
Author:
Christophe Delory

Constructor Summary
Body()
           
 
Method Summary
 Seq getSeq()
          Returns the body sequence.
 void setSeq(Seq seq)
          Initializes the body sequence.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Body

public Body()
Method Detail

getSeq

public Seq getSeq()
Returns the body sequence.

Returns:
a sequence. Shall not be null.
See Also:
setSeq(christophedelory.playlist.wpl.Seq)

setSeq

public void setSeq(Seq seq)
Initializes the body sequence.

Parameters:
seq - a sequence. Shall not be null.
Throws:
NullPointerException - if seq is null.
See Also:
getSeq()

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.