|
|||||||||
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 Choice s associated with this instance. |
java.util.List<ChoiceType> |
getChoiceTypes()
|
java.util.List<Component> |
getComponents()
Get the Component s associated with this instance. |
java.util.List<ComponentType> |
getComponentTypes()
|
java.util.List<Condition> |
getConditions()
Get the Condition s associated with this instance. |
java.util.List<ConditionType> |
getConditionTypes()
|
java.util.List<Descriptor> |
getDescriptors()
Get the Descriptor s 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 Item s 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()
Item
Choice
s associated with this instance.
getChoices
in interface Item
public java.util.List<ChoiceType> getChoiceTypes()
public java.util.List<Component> getComponents()
Item
Component
s associated with this instance.
getComponents
in interface Item
public java.util.List<ComponentType> getComponentTypes()
public java.util.List<Condition> getConditions()
Item
Condition
s associated with this instance.
getConditions
in interface Item
public java.util.List<ConditionType> getConditionTypes()
public java.util.List<Descriptor> getDescriptors()
Item
Descriptor
s associated with this instance.
getDescriptors
in interface Item
public java.util.List<DescriptorType> getDescriptorTypes()
public java.lang.String getIdentifier()
Item
getIdentifier
in interface Item
public java.util.List<Item> getItems()
Item
Item
s associated with this instance.
getItems
in interface Item
public 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.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 |