|
|||||||||
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.ComponentType
public class ComponentType
Component element contains one or more Resource elements, followed by any number of Anchor elements. A Component may be conditional.
Field Summary | |
---|---|
static java.lang.String |
ELEMENT_NAME
|
Constructor Summary | |
---|---|
ComponentType()
|
Method Summary | |
---|---|
boolean |
add(AnchorType o)
|
boolean |
add(ConditionType o)
|
boolean |
add(DescriptorType o)
|
boolean |
add(ResourceType o)
|
java.util.List<Anchor> |
getAnchors()
Get the Anchor s associated with this instance. |
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.lang.String |
getIdentifier()
Get the identifier of this element. |
DIDLParentType |
getParent()
|
java.util.List<Resource> |
getResources()
Get the Resource s associated with this instance. |
static ComponentType |
newInstance()
|
static void |
recycle(ComponentType type)
|
boolean |
remove(AnchorType o)
|
boolean |
remove(ConditionType o)
|
boolean |
remove(DescriptorType o)
|
boolean |
remove(ResourceType o)
|
void |
reset()
|
void |
setIdentifier(java.lang.String id)
|
void |
setParent(DIDLParentType parent)
|
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 ComponentType()
Method Detail |
---|
public boolean add(AnchorType o)
public boolean add(ConditionType o)
public boolean add(DescriptorType o)
public boolean add(ResourceType o)
public java.util.List<Anchor> getAnchors()
Component
Anchor
s associated with this instance.
getAnchors
in interface Component
public java.util.List<Condition> getConditions()
Component
Condition
s associated with this instance.
getConditions
in interface Component
public java.util.List<Descriptor> getDescriptors()
Component
Descriptor
s associated with this instance.
getDescriptors
in interface Component
public java.lang.String getIdentifier()
Component
getIdentifier
in interface Component
public DIDLParentType getParent()
public java.util.List<Resource> getResources()
Component
Resource
s associated with this instance.
getResources
in interface Component
public static ComponentType newInstance()
public static void recycle(ComponentType type)
public boolean remove(AnchorType o)
public boolean remove(ConditionType o)
public boolean remove(DescriptorType o)
public boolean remove(ResourceType o)
public void reset()
reset
in interface javolution.lang.Reusable
public void setIdentifier(java.lang.String id)
public void setParent(DIDLParentType parent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |