com.adactus.mpeg21.didl.entity
Class AssertionType

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.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

Field Summary
static java.lang.String ELEMENT_NAME
           
 
Constructor Summary
AssertionType()
           
 
Method Summary
 java.lang.String getNegative()
           
 java.lang.String[] getNegatives()
          Get the selections predicated as positive.
 DIDLParentType getParent()
           
 java.lang.String getPositive()
           
 java.lang.String[] getPositives()
          Get the selections predicated as positive.
 java.lang.String getTarget()
          Get the annotation target identifier.
static AssertionType newInstance()
           
static void recycle(AssertionType type)
           
 void reset()
           
 void setNegative(java.lang.String negative)
           
 void setParent(DIDLParentType parent)
           
 void setPositive(java.lang.String positive)
           
 void setTarget(java.lang.String target)
           
 
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

AssertionType

public AssertionType()
Method Detail

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)