com.adactus.mpeg21.didl.model
Interface DIDL

All Known Implementing Classes:
DIDLType

public interface DIDL

The DIDL is the root element and has either an item or a container.


Method Summary
 Container getContainer()
          Get the Container document root instance.
 java.util.List<Declarations> getDeclarations()
          Get the Declarationss associated with this instance.
 DIDLInfo getDIDLInfo()
          Get the DIDLInfo associated with this instance.
 Item getItem()
          Get the Item document root instance.
 

Method Detail

getContainer

Container getContainer()
Get the Container document root instance.

Returns:
the document root container, null if not set

getDeclarations

java.util.List<Declarations> getDeclarations()
Get the Declarationss associated with this instance.

Returns:
list of declarations

getDIDLInfo

DIDLInfo getDIDLInfo()
Get the DIDLInfo associated with this instance.

Returns:
the document info, null if not set

getItem

Item getItem()
Get the Item document root instance.

Returns:
the document root item, null if not set