| Package | Description |
|---|---|
| org.jupnp.support.contentdirectory | |
| org.jupnp.support.model | |
| org.jupnp.support.model.container | |
| org.jupnp.support.model.item |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DIDLParser.appendClass(Document descriptor,
Element parent,
DIDLObject.Class clazz,
String element,
boolean appendDerivation) |
| Modifier and Type | Field and Description |
|---|---|
protected DIDLObject.Class |
DIDLObject.clazz |
| Modifier and Type | Method and Description |
|---|---|
DIDLObject.Class |
DIDLObject.getClazz() |
| Modifier and Type | Method and Description |
|---|---|
DIDLObject |
DIDLObject.setClazz(DIDLObject.Class clazz) |
| Constructor and Description |
|---|
DIDLObject(String id,
String parentID,
String title,
String creator,
boolean restricted,
WriteStatus writeStatus,
DIDLObject.Class clazz,
List<Res> resources,
List<DIDLObject.Property<?>> properties,
List<DescMeta<?>> descMetadata) |
| Modifier and Type | Field and Description |
|---|---|
static DIDLObject.Class |
PlaylistContainer.CLASS |
static DIDLObject.Class |
StorageSystem.CLASS |
static DIDLObject.Class |
MovieGenre.CLASS |
static DIDLObject.Class |
MusicAlbum.CLASS |
static DIDLObject.Class |
GenreContainer.CLASS |
static DIDLObject.Class |
PersonContainer.CLASS |
static DIDLObject.Class |
MusicArtist.CLASS |
static DIDLObject.Class |
Album.CLASS |
static DIDLObject.Class |
MusicGenre.CLASS |
static DIDLObject.Class |
PhotoAlbum.CLASS |
static DIDLObject.Class |
StorageFolder.CLASS |
static DIDLObject.Class |
StorageVolume.CLASS |
| Modifier and Type | Field and Description |
|---|---|
protected List<DIDLObject.Class> |
Container.createClasses |
protected List<DIDLObject.Class> |
Container.searchClasses |
| Modifier and Type | Method and Description |
|---|---|
List<DIDLObject.Class> |
Container.getCreateClasses() |
List<DIDLObject.Class> |
Container.getSearchClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.setCreateClasses(List<DIDLObject.Class> createClasses) |
void |
Container.setSearchClasses(List<DIDLObject.Class> searchClasses) |
| Constructor and Description |
|---|
Container(String id,
Container parent,
String title,
String creator,
DIDLObject.Class clazz,
Integer childCount) |
Container(String id,
Container parent,
String title,
String creator,
DIDLObject.Class clazz,
Integer childCount,
boolean searchable,
List<DIDLObject.Class> createClasses,
List<DIDLObject.Class> searchClasses,
List<Item> items) |
Container(String id,
String parentID,
String title,
String creator,
boolean restricted,
WriteStatus writeStatus,
DIDLObject.Class clazz,
List<Res> resources,
List<DIDLObject.Property<?>> properties,
List<DescMeta<?>> descMetadata) |
Container(String id,
String parentID,
String title,
String creator,
boolean restricted,
WriteStatus writeStatus,
DIDLObject.Class clazz,
List<Res> resources,
List<DIDLObject.Property<?>> properties,
List<DescMeta<?>> descMetadata,
Integer childCount,
boolean searchable,
List<DIDLObject.Class> createClasses,
List<DIDLObject.Class> searchClasses,
List<Item> items) |
Container(String id,
String parentID,
String title,
String creator,
DIDLObject.Class clazz,
Integer childCount) |
Container(String id,
String parentID,
String title,
String creator,
DIDLObject.Class clazz,
Integer childCount,
boolean searchable,
List<DIDLObject.Class> createClasses,
List<DIDLObject.Class> searchClasses,
List<Item> items) |
| Constructor and Description |
|---|
Container(String id,
Container parent,
String title,
String creator,
DIDLObject.Class clazz,
Integer childCount,
boolean searchable,
List<DIDLObject.Class> createClasses,
List<DIDLObject.Class> searchClasses,
List<Item> items) |
Container(String id,
Container parent,
String title,
String creator,
DIDLObject.Class clazz,
Integer childCount,
boolean searchable,
List<DIDLObject.Class> createClasses,
List<DIDLObject.Class> searchClasses,
List<Item> items) |
Container(String id,
String parentID,
String title,
String creator,
boolean restricted,
WriteStatus writeStatus,
DIDLObject.Class clazz,
List<Res> resources,
List<DIDLObject.Property<?>> properties,
List<DescMeta<?>> descMetadata,
Integer childCount,
boolean searchable,
List<DIDLObject.Class> createClasses,
List<DIDLObject.Class> searchClasses,
List<Item> items) |
Container(String id,
String parentID,
String title,
String creator,
boolean restricted,
WriteStatus writeStatus,
DIDLObject.Class clazz,
List<Res> resources,
List<DIDLObject.Property<?>> properties,
List<DescMeta<?>> descMetadata,
Integer childCount,
boolean searchable,
List<DIDLObject.Class> createClasses,
List<DIDLObject.Class> searchClasses,
List<Item> items) |
Container(String id,
String parentID,
String title,
String creator,
DIDLObject.Class clazz,
Integer childCount,
boolean searchable,
List<DIDLObject.Class> createClasses,
List<DIDLObject.Class> searchClasses,
List<Item> items) |
Container(String id,
String parentID,
String title,
String creator,
DIDLObject.Class clazz,
Integer childCount,
boolean searchable,
List<DIDLObject.Class> createClasses,
List<DIDLObject.Class> searchClasses,
List<Item> items) |
| Modifier and Type | Field and Description |
|---|---|
static DIDLObject.Class |
Movie.CLASS |
static DIDLObject.Class |
AudioBook.CLASS |
static DIDLObject.Class |
MusicTrack.CLASS |
static DIDLObject.Class |
AudioItem.CLASS |
static DIDLObject.Class |
VideoBroadcast.CLASS |
static DIDLObject.Class |
MusicVideoClip.CLASS |
static DIDLObject.Class |
PlaylistItem.CLASS |
static DIDLObject.Class |
AudioBroadcast.CLASS |
static DIDLObject.Class |
VideoItem.CLASS |
static DIDLObject.Class |
TextItem.CLASS |
static DIDLObject.Class |
ImageItem.CLASS |
static DIDLObject.Class |
Photo.CLASS |
| Constructor and Description |
|---|
Item(String id,
Container parent,
String title,
String creator,
DIDLObject.Class clazz) |
Item(String id,
Container parent,
String title,
String creator,
DIDLObject.Class clazz,
String refID) |
Item(String id,
String parentID,
String title,
String creator,
boolean restricted,
WriteStatus writeStatus,
DIDLObject.Class clazz,
List<Res> resources,
List<DIDLObject.Property<?>> properties,
List<DescMeta<?>> descMetadata) |
Item(String id,
String parentID,
String title,
String creator,
boolean restricted,
WriteStatus writeStatus,
DIDLObject.Class clazz,
List<Res> resources,
List<DIDLObject.Property<?>> properties,
List<DescMeta<?>> descMetadata,
String refID) |
Item(String id,
String parentID,
String title,
String creator,
DIDLObject.Class clazz) |
Item(String id,
String parentID,
String title,
String creator,
DIDLObject.Class clazz,
String refID) |
Copyright © 2023 jUPnP.org. All rights reserved.