com.adactus.mpeg21.didl.model
Interface Declarations

All Known Implementing Classes:
DeclarationsType

public interface Declarations

The declarations element may be used to define elements in the beginning of the digital item, without actually instantiating them. These elements will be instantiated only when referenced later in the digital item.


Method Summary
 java.util.List<Anchor> getAnchors()
          Get the Anchors associated with this instance.
 java.util.List<Annotation> getAnnotations()
          Get the Annotations associated with this instance.
 java.util.List<Component> getComponents()
          Get the Components associated with this instance.
 java.util.List<Descriptor> getDescriptors()
          Get the Descriptors associated with this instance.
 java.util.List<Item> getItems()
          Get the Items associated with this instance.
 

Method Detail

getAnchors

java.util.List<Anchor> getAnchors()
Get the Anchors associated with this instance.

Returns:
list of anchors

getAnnotations

java.util.List<Annotation> getAnnotations()
Get the Annotations associated with this instance.

Returns:
list of annotations

getComponents

java.util.List<Component> getComponents()
Get the Components associated with this instance.

Returns:
list of components

getDescriptors

java.util.List<Descriptor> getDescriptors()
Get the Descriptors associated with this instance.

Returns:
list of descriptors

getItems

java.util.List<Item> getItems()
Get the Items associated with this instance.

Returns:
list of items