Serialized Form


Package com.adactus.mpeg21.didl.entity

Class com.adactus.mpeg21.didl.entity.AnchorType extends DIDLParentType implements Serializable

serialVersionUID: 1L

Serialized Fields

precedence

java.lang.Integer precedence
A unsigned integer value indicating the relative ranking of this instance among the other Anchors in the nearest ancestor ITEM. The Anchor with the highest precedence value is the default anchor for the Item.


identifier

java.lang.String identifier
A unique ID value that can be referenced by an external resource.


parent

DIDLParentType parent

Class com.adactus.mpeg21.didl.entity.AnnotationType extends DIDLParentType implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

DIDLParentType parent

target

java.lang.String target
Points to the element being annotated


identifier

java.lang.String identifier
A unique ID value that can be referenced by an external resource.

Class com.adactus.mpeg21.didl.entity.AssertionType extends DIDLChildType implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

DIDLParentType parent

target

java.lang.String target

positive

java.lang.String positive
The set of selection IDs which are asserted as true.


negative

java.lang.String negative
The set of selection IDs which are asserted as false.

Class com.adactus.mpeg21.didl.entity.ChoiceType extends DIDLParentType implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

DIDLParentType parent

minSelections

java.lang.Integer minSelections
Minimum number of Selections that are required be made. If not present, there is no minimum.


maxSelections

java.lang.Integer maxSelections
Maximum number of Selections that are allowed to be made. If not present, there is no maximum.


choiceIdentifier

java.lang.String choiceIdentifier
Serves as a target for Assertion elements.


defaultSelection

java.lang.String defaultSelection
Indicates one or more default selections to use in the absence of info to make a more specific decision. Shall conform to the requirements of the minSelections and/or maxSelections attributes if present.

Class com.adactus.mpeg21.didl.entity.ComponentType extends DIDLParentType implements Serializable

serialVersionUID: 1L

Serialized Fields

identifier

java.lang.String identifier
A unique ID value that can be referenced by an external resource.


parent

DIDLParentType parent

Class com.adactus.mpeg21.didl.entity.ConditionType extends DIDLChildType implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

DIDLParentType parent

required

java.lang.String required
Indicates the Selection(s) required to be affirmed for this Condition to be "satisfied".


excepted

java.lang.String excepted
Indicates the Selection(s) required to be denied for this Condition to be "satisfied".

Class com.adactus.mpeg21.didl.entity.ContainerType extends DIDLParentType implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

DIDLParentType parent

identifier

java.lang.String identifier
A unique ID value that can be referenced by an external resource.

Class com.adactus.mpeg21.didl.entity.DeclarationsType extends DIDLParentType implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

DIDLParentType parent

Class com.adactus.mpeg21.didl.entity.DescriptorType extends DIDLParentType implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

DIDLParentType parent

identifier

java.lang.String identifier
A unique ID value that can be referenced by an external resource.

Class com.adactus.mpeg21.didl.entity.DIDLBaseType extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.adactus.mpeg21.didl.entity.DIDLChildType extends DIDLBaseType implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

Class com.adactus.mpeg21.didl.entity.DIDLInfoType extends DIDLChildType implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

DIDLParentType parent

Class com.adactus.mpeg21.didl.entity.DIDLParentType extends DIDLChildType implements Serializable

serialVersionUID: 1L

Serialized Fields

children

java.util.List<E> children

Class com.adactus.mpeg21.didl.entity.DIDLType extends DIDLParentType implements Serializable

serialVersionUID: 1L

Serialized Fields

didlDocumentId

java.lang.String didlDocumentId

Class com.adactus.mpeg21.didl.entity.FragmentType extends DIDLChildType implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

DIDLParentType parent

fragmentIdentifier

java.lang.String fragmentIdentifier
A fragment identifier that may locate the part of interest within the resource. This string, when appended to the URI of the resource, plus a '#', becomes the full URI for the part of interest.

Class com.adactus.mpeg21.didl.entity.ItemType extends DIDLParentType implements Serializable

serialVersionUID: 1L

Serialized Fields

identifier

java.lang.String identifier
A unique ID value that can be referenced by an external resource.


parent

DIDLParentType parent

Class com.adactus.mpeg21.didl.entity.ResourceType extends DIDLChildType implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

DIDLParentType parent

mimeType

java.lang.String mimeType
An identifier of a recognized scheme indicating the type of the resource.


ref

java.lang.String ref
A URI from which the resource data can be obtained.


encoding

java.lang.String encoding

contentEncoding

java.lang.String contentEncoding

textContent

java.lang.String textContent

Class com.adactus.mpeg21.didl.entity.SelectionType extends DIDLParentType implements Serializable

serialVersionUID: 1L

Serialized Fields

selectIdentifier

java.lang.String selectIdentifier
Uniquely identifies the Selection


parent

DIDLParentType parent

Class com.adactus.mpeg21.didl.entity.StatementType extends DIDLChildType implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

DIDLParentType parent

mimeType

java.lang.String mimeType
A string identifying the type of metadata


ref

java.lang.String ref
A URI from which the metadata can be obtained.


encoding

java.lang.String encoding

contentEncoding

java.lang.String contentEncoding

textContent

java.lang.String textContent

Package com.adactus.mpeg21.didl.xml

Class com.adactus.mpeg21.didl.xml.DIDLSchemaException extends SchemaException implements Serializable

serialVersionUID: 1L

Class com.adactus.mpeg21.didl.xml.DigitalItemDeclarationsFactory extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

indentation

java.lang.String indentation
indentation for marshalling.


binding

NamespaceXMLBinding binding

Package com.adactus.mpeg21.xml

Class com.adactus.mpeg21.xml.NamespaceXMLBinding extends javolution.xml.XMLBinding implements Serializable

serialVersionUID: 1L

Serialized Fields

namespaceLocalNameToClass

javolution.util.FastMap<K,V> namespaceLocalNameToClass

classToNamespace

javolution.util.FastMap<K,V> classToNamespace

Class com.adactus.mpeg21.xml.SchemaException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L