|
|||||||||
| 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.ItemType
public class ItemType
| Field Summary | |
|---|---|
static java.lang.String |
ELEMENT_NAME
|
| Constructor Summary | |
|---|---|
ItemType()
|
|
| Method Summary | |
|---|---|
boolean |
add(ChoiceType o)
|
boolean |
add(ComponentType o)
|
boolean |
add(ConditionType o)
|
boolean |
add(DescriptorType o)
|
boolean |
add(ItemType o)
|
java.util.List<Choice> |
getChoices()
Get the Choices associated with this instance. |
java.util.List<ChoiceType> |
getChoiceTypes()
|
java.util.List<Component> |
getComponents()
Get the Components associated with this instance. |
java.util.List<ComponentType> |
getComponentTypes()
|
java.util.List<Condition> |
getConditions()
Get the Conditions associated with this instance. |
java.util.List<ConditionType> |
getConditionTypes()
|
java.util.List<Descriptor> |
getDescriptors()
Get the Descriptors associated with this instance. |
java.util.List<DescriptorType> |
getDescriptorTypes()
|
java.lang.String |
getIdentifier()
Get the identifier of this element. |
java.util.List<Item> |
getItems()
Get the Items associated with this instance. |
java.util.List<ItemType> |
getItemTypes()
|
DIDLParentType |
getParent()
|
static ItemType |
newInstance()
|
static void |
recycle(ItemType type)
|
boolean |
remove(ChoiceType o)
|
boolean |
remove(ComponentType o)
|
boolean |
remove(ConditionType o)
|
boolean |
remove(DescriptorType o)
|
boolean |
remove(ItemType 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 ItemType()
| Method Detail |
|---|
public boolean add(ChoiceType o)
public boolean add(ComponentType o)
public boolean add(ConditionType o)
public boolean add(DescriptorType o)
public boolean add(ItemType o)
public java.util.List<Choice> getChoices()
ItemChoices associated with this instance.
getChoices in interface Itempublic java.util.List<ChoiceType> getChoiceTypes()
public java.util.List<Component> getComponents()
ItemComponents associated with this instance.
getComponents in interface Itempublic java.util.List<ComponentType> getComponentTypes()
public java.util.List<Condition> getConditions()
ItemConditions associated with this instance.
getConditions in interface Itempublic java.util.List<ConditionType> getConditionTypes()
public java.util.List<Descriptor> getDescriptors()
ItemDescriptors associated with this instance.
getDescriptors in interface Itempublic java.util.List<DescriptorType> getDescriptorTypes()
public java.lang.String getIdentifier()
Item
getIdentifier in interface Itempublic java.util.List<Item> getItems()
ItemItems associated with this instance.
getItems in interface Itempublic java.util.List<ItemType> getItemTypes()
public DIDLParentType getParent()
public static ItemType newInstance()
public static void recycle(ItemType type)
public boolean remove(ChoiceType o)
public boolean remove(ComponentType o)
public boolean remove(ConditionType o)
public boolean remove(DescriptorType o)
public boolean remove(ItemType 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 | ||||||||