Lizzy v1.1.1

christophedelory.playlist.asx
Class Marker

java.lang.Object
  extended by christophedelory.playlist.asx.Child
      extended by christophedelory.playlist.asx.Marker

public class Marker
extends Child

The marker at which Windows Media Player starts or ends rendering the stream. This element should have a value for either the NUMBER or NAME attribute, but not both.
Windows Media Player version 7.0 or later.

Version:
$Revision: 92 $
Author:
Christophe Delory

Constructor Summary
Marker()
           
 
Method Summary
 String getName()
          Returns the name of a named marker in the index.
 Integer getNumber()
          Returns the number of a numeric marker in the index.
 void setName(String name)
          Initializes the name of a named marker in the index.
 void setNumber(Integer number)
          Initializes the number of a numeric marker in the index.
 
Methods inherited from class christophedelory.playlist.asx.Child
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Marker

public Marker()
Method Detail

getName

public String getName()
Returns the name of a named marker in the index. The default value is:

Returns:
the name of a named marker in the index. May be null.
See Also:
setName(java.lang.String)

setName

public void setName(String name)
Initializes the name of a named marker in the index.

Parameters:
name - the name to a named marker in the index. May be null.
Throws:
IllegalStateException - if a number has already been specified.
See Also:
getName()

getNumber

public Integer getNumber()
Returns the number of a numeric marker in the index. The default value is:

Returns:
the number of a numeric marker in the index. May be null.
See Also:
setNumber(java.lang.Integer)

setNumber

public void setNumber(Integer number)
Initializes the number of a numeric marker in the index.

Parameters:
number - the number of a numeric marker in the index. May be null.
Throws:
IllegalStateException - if a name has already been specified.
See Also:
getNumber()

© 2008-2009 Christophe Delory

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