com.adactus.mpeg21.didl.entity
Class DIDLInfoType

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.DIDLInfoType
All Implemented Interfaces:
DIDLInfo, java.io.Serializable, javolution.lang.Reusable

public class DIDLInfoType
extends DIDLChildType
implements DIDLInfo, java.io.Serializable, javolution.lang.Reusable

A DIDLInfo element may contain information only applicable to the DIDL document and not the Digital Item represented.

See Also:
Serialized Form

Field Summary
static java.lang.String ELEMENT_NAME
           
 
Constructor Summary
DIDLInfoType()
           
 
Method Summary
 DIDLParentType getParent()
           
static DIDLInfoType newInstance()
           
static void recycle(DIDLInfoType type)
           
 void reset()
           
 void setParent(DIDLParentType parent)
           
 
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
 

Field Detail

ELEMENT_NAME

public static final java.lang.String ELEMENT_NAME
See Also:
Constant Field Values
Constructor Detail

DIDLInfoType

public DIDLInfoType()
Method Detail

getParent

public DIDLParentType getParent()

newInstance

public static DIDLInfoType newInstance()

recycle

public static void recycle(DIDLInfoType type)

reset

public void reset()
Specified by:
reset in interface javolution.lang.Reusable

setParent

public void setParent(DIDLParentType parent)