|
|||||||||
| 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 Anchors associated with this instance. |
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.lang.String |
getIdentifier()
Get the identifier of this element. |
DIDLParentType |
getParent()
|
java.util.List<Resource> |
getResources()
Get the Resources 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()
ComponentAnchors associated with this instance.
getAnchors in interface Componentpublic java.util.List<Condition> getConditions()
ComponentConditions associated with this instance.
getConditions in interface Componentpublic java.util.List<Descriptor> getDescriptors()
ComponentDescriptors associated with this instance.
getDescriptors in interface Componentpublic java.lang.String getIdentifier()
Component
getIdentifier in interface Componentpublic DIDLParentType getParent()
public java.util.List<Resource> getResources()
ComponentResources associated with this instance.
getResources in interface Componentpublic 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.Reusablepublic 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 | ||||||||