com.adactus.mpeg21.didl.entity
Class ConditionType

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

public class ConditionType
extends DIDLChildType
implements Condition, javolution.lang.Reusable

See Also:
Serialized Form

Field Summary
static java.lang.String ELEMENT_NAME
           
 
Constructor Summary
ConditionType()
           
 
Method Summary
 java.lang.String getExcepted()
           
 java.lang.String[] getExcepts()
          Get the selections which together resolve this condition to false
 DIDLParentType getParent()
           
 java.lang.String getRequired()
           
 java.lang.String[] getRequires()
          Get the selections which together resolve this condition to true
static ConditionType newInstance()
           
static void recycle(ConditionType type)
           
 void reset()
           
 void setExcepted(java.lang.String excepted)
           
 void setParent(DIDLParentType parent)
           
 void setRequired(java.lang.String required)
           
 
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

ConditionType

public ConditionType()
Method Detail

getExcepted

public java.lang.String getExcepted()

getExcepts

public java.lang.String[] getExcepts()
Description copied from interface: Condition
Get the selections which together resolve this condition to false

Specified by:
getExcepts in interface Condition
Returns:
an array of selections which will resolve this condition to false

getParent

public DIDLParentType getParent()

getRequired

public java.lang.String getRequired()

getRequires

public java.lang.String[] getRequires()
Description copied from interface: Condition
Get the selections which together resolve this condition to true

Specified by:
getRequires in interface Condition
Returns:
an array of selections which will resolve this condition to true

newInstance

public static ConditionType newInstance()

recycle

public static void recycle(ConditionType type)

reset

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

setExcepted

public void setExcepted(java.lang.String excepted)

setParent

public void setParent(DIDLParentType parent)

setRequired

public void setRequired(java.lang.String required)