public class AudioBroadcast extends AudioItem
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 |
|---|
AudioBroadcast() |
AudioBroadcast(Item other) |
AudioBroadcast(String id,
String parentID,
String title,
String creator,
Res... resource) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getChannelNr() |
String |
getRadioBand() |
String |
getRadioCallSign() |
String |
getRadioStationID() |
String |
getRegion() |
AudioBroadcast |
setChannelNr(Integer channelNr) |
AudioBroadcast |
setRadioBand(String radioBand) |
AudioBroadcast |
setRadioCallSign(String radioCallSign) |
AudioBroadcast |
setRadioStationID(String radioStationID) |
AudioBroadcast |
setRegion(String region) |
getDescription, getFirstGenre, getFirstPublisher, getFirstRelation, getFirstRights, getGenres, getLanguage, getLongDescription, getPublishers, getRelations, getRights, setDescription, setGenres, setLanguage, setLongDescription, setPublishers, setRelations, setRightsaddDescMetadata, 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 AudioBroadcast()
public AudioBroadcast(Item other)
public String getRegion()
public AudioBroadcast setRegion(String region)
public String getRadioCallSign()
public AudioBroadcast setRadioCallSign(String radioCallSign)
public String getRadioStationID()
public AudioBroadcast setRadioStationID(String radioStationID)
public String getRadioBand()
public AudioBroadcast setRadioBand(String radioBand)
public Integer getChannelNr()
public AudioBroadcast setChannelNr(Integer channelNr)
Copyright © 2023 jUPnP.org. All rights reserved.