|
|||||||||
| 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 Conditions associated with this instance. |
java.util.List<Descriptor> |
getDescriptors()
Get the Descriptors associated with this instance. |
java.util.List<Fragment> |
getFragments()
Get the Fragments 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()
AnchorConditions associated with this instance.
getConditions in interface Anchorpublic java.util.List<Descriptor> getDescriptors()
AnchorDescriptors associated with this instance.
getDescriptors in interface Anchorpublic java.util.List<Fragment> getFragments()
AnchorFragments associated with this instance.
getFragments in interface Anchorpublic java.lang.String getIdentifier()
Anchor
getIdentifier in interface Anchorpublic DIDLParentType getParent()
public java.lang.Integer getPrecedence()
Anchor
getPrecedence in interface Anchorpublic boolean hasPrecedence()
Anchor
hasPrecedence in interface Anchorpublic 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.Reusablepublic 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 | ||||||||