com.adactus.mpeg21.didl.entity
Class DIDLInfoType
java.lang.Object
com.adactus.mpeg21.didl.entity.DIDLBaseType
com.adactus.mpeg21.didl.entity.DIDLChildType
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
- See Also:
- Constant Field Values
DIDLInfoType
public DIDLInfoType()
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)