Uses of Class
com.adactus.mpeg21.didl.entity.DIDLParentType

Packages that use DIDLParentType
com.adactus.mpeg21.didl.entity   
 

Uses of DIDLParentType in com.adactus.mpeg21.didl.entity
 

Subclasses of DIDLParentType in com.adactus.mpeg21.didl.entity
 class AnchorType
           
 class AnnotationType
           
 class ChoiceType
           
 class ComponentType
          Component element contains one or more Resource elements, followed by any number of Anchor elements.
 class ContainerType
          Container element may contain any number of Container elements followed by any number of Items.
 class DeclarationsType
           
 class DescriptorType
          Descriptor implementation.
 class DIDLType
          The DIDL element is the root element of a DIDL instance document.
 class ItemType
           
 class SelectionType
           
 

Methods in com.adactus.mpeg21.didl.entity that return DIDLParentType
 DIDLParentType ChoiceType.getParent()
           
 DIDLParentType ContainerType.getParent()
           
 DIDLParentType AssertionType.getParent()
           
 DIDLParentType DescriptorType.getParent()
           
 DIDLParentType FragmentType.getParent()
           
 DIDLParentType SelectionType.getParent()
           
 DIDLParentType DIDLInfoType.getParent()
           
 DIDLParentType DeclarationsType.getParent()
           
 DIDLParentType ItemType.getParent()
           
 DIDLParentType AnnotationType.getParent()
           
 DIDLParentType ResourceType.getParent()
           
 DIDLParentType ConditionType.getParent()
           
 DIDLParentType AnchorType.getParent()
           
 DIDLParentType StatementType.getParent()
           
 DIDLParentType DIDLType.getParent()
           
 DIDLParentType ComponentType.getParent()
           
 

Methods in com.adactus.mpeg21.didl.entity with parameters of type DIDLParentType
 void ChoiceType.setParent(DIDLParentType parent)
           
 void ContainerType.setParent(DIDLParentType parent)
           
 void AssertionType.setParent(DIDLParentType parent)
           
 void DescriptorType.setParent(DIDLParentType parent)
           
 void FragmentType.setParent(DIDLParentType parent)
           
 void SelectionType.setParent(DIDLParentType parent)
           
 void DIDLInfoType.setParent(DIDLParentType parent)
           
 void DeclarationsType.setParent(DIDLParentType parent)
           
 void ItemType.setParent(DIDLParentType parent)
           
 void AnnotationType.setParent(DIDLParentType parent)
           
 void ResourceType.setParent(DIDLParentType parent)
           
 void ConditionType.setParent(DIDLParentType parent)
           
 void AnchorType.setParent(DIDLParentType parent)
           
 void StatementType.setParent(DIDLParentType parent)
           
 void ComponentType.setParent(DIDLParentType parent)