Package bbc.rd.tvanytime

Provides classes and exceptions for basic types required by other packages in the TVAnytime API.

See:
          Description

Class Summary
BasicDescription BasicDescsription: Represents a TV-Anytime BasicDescription object.
CaptionLanguage CaptionLanguage: Represents a description of a CaptionLanguage.
ContentReference ContentReference: Represents a TV-Anytime CRID NOTE: Doesn't seem to work within a hashtable as a key, even though hashCode() method has been implemented.
Duration Duration: Represents a duration (of the form "PT00H25M30S");
Genre  
InstanceMetadataId Represents an InstanceMetadataId.
Keyword Represents a TV-Anytime Character object.
MemberOf MemberOf: Represents a CRID that is used to identify a group.
PromotionalInformation PromotionalInformation: Represents a TV-Anytime PromotionalInformation object.
RelatedMaterial RelatedMaterial: Represents a RelatedMaterial object.
SignLanguage SignLanguage: Represents a description of a SignLanguage.
Synopsis Synopsis: Represents a Synopsis object
Title Title: Represents a title object
URI URI: Represents a URI Java 1.1 does not contain java.net.URI, so we need to write our own (very simple) for compatability with this java version.
 

Exception Summary
TVAnytimeException TVAnytimeException: An exception to be thrown by classes within the bbc.rd.tvanytime packages.
 

Package bbc.rd.tvanytime Description

Provides classes and exceptions for basic types required by other packages in the TVAnytime API.