com.adactus.mpeg21.didl.entity
Class AssertionType
java.lang.Object
com.adactus.mpeg21.didl.entity.DIDLBaseType
com.adactus.mpeg21.didl.entity.DIDLChildType
com.adactus.mpeg21.didl.entity.AssertionType
- All Implemented Interfaces:
- Assertion, java.io.Serializable, javolution.lang.Reusable
public class AssertionType
- extends DIDLChildType
- implements Assertion, javolution.lang.Reusable
- 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
AssertionType
public AssertionType()
getNegative
public java.lang.String getNegative()
getNegatives
public java.lang.String[] getNegatives()
- Description copied from interface:
Assertion
- Get the selections predicated as positive.
- Specified by:
getNegatives
in interface Assertion
- Returns:
- an array of selections which are to be asserted as unselected
getParent
public DIDLParentType getParent()
getPositive
public java.lang.String getPositive()
getPositives
public java.lang.String[] getPositives()
- Description copied from interface:
Assertion
- Get the selections predicated as positive.
- Specified by:
getPositives
in interface Assertion
- Returns:
- an array of selections which are to be asserted as selected
getTarget
public java.lang.String getTarget()
- Description copied from interface:
Assertion
- Get the annotation target identifier.
- Specified by:
getTarget
in interface Assertion
- Returns:
- the target identifier
newInstance
public static AssertionType newInstance()
recycle
public static void recycle(AssertionType type)
reset
public void reset()
- Specified by:
reset
in interface javolution.lang.Reusable
setNegative
public void setNegative(java.lang.String negative)
setParent
public void setParent(DIDLParentType parent)
setPositive
public void setPositive(java.lang.String positive)
setTarget
public void setTarget(java.lang.String target)