public class MusicVideoClip extends VideoItem
DIDLObject.Class, DIDLObject.Property<V>| Modifier and Type | Field and Description |
|---|---|
static DIDLObject.Class |
CLASS |
clazz, creator, descMetadata, id, parentID, properties, resources, restricted, title, writeStatus| Constructor and Description |
|---|
MusicVideoClip() |
MusicVideoClip(Item other) |
MusicVideoClip(String id,
Container parent,
String title,
String creator,
Res... resource) |
MusicVideoClip(String id,
String parentID,
String title,
String creator,
Res... resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlbum() |
PersonWithRole[] |
getArtists() |
Person[] |
getContributors() |
String |
getDate() |
PersonWithRole |
getFirstArtist() |
Person |
getFirstContributor() |
String |
getFirstScheduledEndTime() |
String |
getFirstScheduledStartTime() |
String[] |
getScheduledEndTimes() |
String[] |
getScheduledStartTimes() |
StorageMedium |
getStorageMedium() |
MusicVideoClip |
setAlbum(String album) |
MusicVideoClip |
setArtists(PersonWithRole[] artists) |
MusicVideoClip |
setContributors(Person[] contributors) |
MusicVideoClip |
setDate(String date) |
MusicVideoClip |
setScheduledEndTimes(String[] strings) |
MusicVideoClip |
setScheduledStartTimes(String[] strings) |
MusicVideoClip |
setStorageMedium(StorageMedium storageMedium) |
getActors, getDescription, getDirectors, getFirstActor, getFirstDirector, getFirstGenre, getFirstProducer, getFirstPublisher, getFirstRelation, getGenres, getLanguage, getLongDescription, getProducers, getPublishers, getRating, getRelations, setActors, setDescription, setDirectors, setGenres, setLanguage, setLongDescription, setProducers, setPublishers, setRating, setRelationsaddDescMetadata, addProperties, addProperty, addResource, equals, getClazz, getCreator, getDescMetadata, getFirstProperty, getFirstPropertyValue, getFirstResource, getId, getLastProperty, getParentID, getProperties, getProperties, getPropertiesByNamespace, getPropertyValues, getResources, getTitle, getWriteStatus, hashCode, hasProperty, isRestricted, removeProperties, replaceFirstProperty, replaceProperties, setClazz, setCreator, setDescMetadata, setId, setParentID, setProperties, setResources, setRestricted, setTitle, setWriteStatuspublic static final DIDLObject.Class CLASS
public MusicVideoClip()
public MusicVideoClip(Item other)
public MusicVideoClip(String id, Container parent, String title, String creator, Res... resource)
public PersonWithRole getFirstArtist()
public PersonWithRole[] getArtists()
public MusicVideoClip setArtists(PersonWithRole[] artists)
public StorageMedium getStorageMedium()
public MusicVideoClip setStorageMedium(StorageMedium storageMedium)
public String getAlbum()
public MusicVideoClip setAlbum(String album)
public String getFirstScheduledStartTime()
public String[] getScheduledStartTimes()
public MusicVideoClip setScheduledStartTimes(String[] strings)
public String getFirstScheduledEndTime()
public String[] getScheduledEndTimes()
public MusicVideoClip setScheduledEndTimes(String[] strings)
public Person getFirstContributor()
public Person[] getContributors()
public MusicVideoClip setContributors(Person[] contributors)
public String getDate()
public MusicVideoClip setDate(String date)
Copyright © 2023 jUPnP.org. All rights reserved.