|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.adactus.mpeg21.didl.entity.DIDLBaseType
com.adactus.mpeg21.didl.entity.DIDLChildType
com.adactus.mpeg21.didl.entity.DIDLParentType
com.adactus.mpeg21.didl.entity.AnchorType
public class AnchorType
Field Summary | |
---|---|
static java.lang.String |
ELEMENT_NAME
|
Constructor Summary | |
---|---|
AnchorType()
|
Method Summary | |
---|---|
boolean |
add(ConditionType o)
|
boolean |
add(DescriptorType o)
|
boolean |
add(FragmentType o)
|
java.util.List<Condition> |
getConditions()
Get the Condition s associated with this instance. |
java.util.List<Descriptor> |
getDescriptors()
Get the Descriptor s associated with this instance. |
java.util.List<Fragment> |
getFragments()
Get the Fragment s associated with this instance. |
java.lang.String |
getIdentifier()
Get the identifier of this element. |
DIDLParentType |
getParent()
|
java.lang.Integer |
getPrecedence()
Get the relative precedence of this anchor. |
boolean |
hasPrecedence()
Check whether the precedence of this anchor has been set. |
static AnchorType |
newInstance()
|
static void |
recycle(AnchorType type)
|
boolean |
remove(ConditionType o)
|
boolean |
remove(DescriptorType o)
|
boolean |
remove(FragmentType o)
|
void |
reset()
|
void |
setIdentifier(java.lang.String id)
|
void |
setParent(DIDLParentType parent)
|
void |
setPrecedence(java.lang.Integer precedence)
|
Methods inherited from class com.adactus.mpeg21.didl.entity.DIDLParentType |
---|
getChildren, setChildren |
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 |
---|
public static final java.lang.String ELEMENT_NAME
Constructor Detail |
---|
public AnchorType()
Method Detail |
---|
public boolean add(ConditionType o)
public boolean add(DescriptorType o)
public boolean add(FragmentType o)
public java.util.List<Condition> getConditions()
Anchor
Condition
s associated with this instance.
getConditions
in interface Anchor
public java.util.List<Descriptor> getDescriptors()
Anchor
Descriptor
s associated with this instance.
getDescriptors
in interface Anchor
public java.util.List<Fragment> getFragments()
Anchor
Fragment
s associated with this instance.
getFragments
in interface Anchor
public java.lang.String getIdentifier()
Anchor
getIdentifier
in interface Anchor
public DIDLParentType getParent()
public java.lang.Integer getPrecedence()
Anchor
getPrecedence
in interface Anchor
public boolean hasPrecedence()
Anchor
hasPrecedence
in interface Anchor
public static AnchorType newInstance()
public static void recycle(AnchorType type)
public boolean remove(ConditionType o)
public boolean remove(DescriptorType o)
public boolean remove(FragmentType o)
public void reset()
reset
in interface javolution.lang.Reusable
public void setIdentifier(java.lang.String id)
public void setParent(DIDLParentType parent)
public void setPrecedence(java.lang.Integer precedence)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |