public class XspfTrack extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getAlbum() |
String |
getCreator() |
Integer |
getDuration() |
URI |
getIdentifier() |
URI |
getImage() |
List<URI> |
getLocations() |
String |
getTitle() |
void |
setAlbum(String album) |
void |
setCreator(String creator) |
void |
setDuration(Integer duration) |
void |
setIdentifier(URI identifier) |
void |
setImage(URI image) |
void |
setLocations(List<URI> locations) |
void |
setTitle(String title) |
public XspfTrack(Element trackElement)
public String getTitle()
public void setTitle(String title)
public String getAlbum()
public String getCreator()
public Integer getDuration()
public URI getIdentifier()
public URI getImage()
public void setAlbum(String album)
public void setCreator(String creator)
public void setDuration(Integer duration)
public void setIdentifier(URI identifier)
public void setImage(URI image)
Copyright © 2013 dontdrinkandroot. All Rights Reserved.