com.adactus.mpeg21.didl.entity
Class DIDLParentType

java.lang.Object
  extended by com.adactus.mpeg21.didl.entity.DIDLBaseType
      extended by com.adactus.mpeg21.didl.entity.DIDLChildType
          extended by com.adactus.mpeg21.didl.entity.DIDLParentType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AnchorType, AnnotationType, ChoiceType, ComponentType, ContainerType, DeclarationsType, DescriptorType, DIDLType, ItemType, SelectionType

public class DIDLParentType
extends DIDLChildType

See Also:
Serialized Form

Constructor Summary
DIDLParentType()
           
 
Method Summary
 java.util.List<DIDLChildType> getChildren()
           
 void setChildren(java.util.List<DIDLChildType> children)
           
 
Methods inherited from class com.adactus.mpeg21.didl.entity.DIDLChildType
getId, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DIDLParentType

public DIDLParentType()
Method Detail

getChildren

public java.util.List<DIDLChildType> getChildren()

setChildren

public void setChildren(java.util.List<DIDLChildType> children)