|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
base class for all XTVD parsers.InputStream.
Map to the Lineup.maps
collection.
Adolescentes y Adultos
movieAdvisories.
Adult mpaaRating.
Adult Situations
movieAdvisories.
Adultos
movieAdvisories.
AO mpaaRating.
B & W tvColorCode.
Brief Nudity
movieAdvisories.
Cable lineupType.
CableDigital
lineupType.
Color
tvColorCode.
Color and B & W
tvColorCode.
Colorized
tvColorCode.
Comparable interface.
Comparable interface.
Comparable interface.
Comparable interface.
Comparable interface.
Comparable interface.
Comparable interface.
bean that represents a crew record.parametrised statement that is to be executed for
inserting crew records to the crew table.
TMSDataDirect webservices.class that represents a duration datatype.end of line character to be used for separating
XML elements.
end of line character.
**** starRating.
G mpaaRating.
bean that represents a member record.parametrised statement that is to be executed for
inserting programGenre records to the
program_genre table.
Program.advisories.
Station.affiliate.
Station.callSign.
Map.channel.
Map.channelMinor.
Genre.classValue.
Schedule.closeCaptioned.
Program.colorCode.
ColorCode based upon the
string specified.
crew record in the XML data stream and
create a new net.sf.xtvdclient.xtvd.Crew object with the values.
crew record in the XML data stream and
populate the values of the instance variables of the specified
Crew object.
DateTime.date.
XtvdDate.date.
Program.description.
Lineup.device.
Schedule.duration.
Station.fccChannelNumber.
Map.from.
Xtvd.from.
genre record from the XML stream and create
a new net.sf.xtvdclient.xtvd.Genre object with that data.
genre record from the XML stream and
populate the Genre object fields with that data.
ProgramGenre.genres.
Xtvd.genres.
CrewMember.givenname.
Schedule.hdtv.
Duration.hours.
Lineup.id.
Program.id.
Station.id.
lineup record in the XML data stream and
create a new net.sf.xtvdclient.xtvd.Lineup object with the parsed values from the
XML stream.
lineup record in the XML data stream and
populate the values of the instance variables of the specified
Lineup object.
Xtvd.lineups.
LineupType based upon the
string specified.
java.util.XtvdDate object that is converted
from the UTC DateTime.date to the your timezone.
Lineup.location.
AbstractParser.log.
SOAPRequest.log.
map record from the XML stream and create
a new net.sf.xtvdclient.xtvd.Map object with that data.
map record from the XML stream and populate
the instance variables of the specified Map object with
the parsed data.
Lineup.maps.
Crew.member.
member record from the XML stream and create
a new CrewMember object with that data.
member record from the XML stream and
populate the CrewMember
object with that data.
messages
element in the XML stream.
Duration.minutes.
MovieAdvisory based upon the
string specified.
MpaaRatings based upon the
string specified.
Program.mpaaRating.
Lineup.name.
Station.name.
Part.number.
Program.originalAirDate.
Schedule.part.
part record from the XML stream and create
a new net.sf.xtvdclient.xtvd.Part object with that data.
part record from the XML stream and
populate the Part object fields with that data.
Lineup.postalCode.
Xtvd.productionCrew.
Crew.program.
ProgramGenre.program.
Schedule.program.
program record in the XML data stream and
create a Program object with the data.
program record in the XML data stream and
populate the values of the instance variables of the specified
Program object.
programGenre record in the XML data stream
and create a new instance of ProgramGenre with the values.
programGenre record in the XML data stream
and populate the values of the instance variables of the specified
ProgramGenre object.
Xtvd.programs.
Genre.relevance.
Schedule.repeat.
CrewMember.role.
Program.runTime.
schedule record in the XML data stream and
create a new Schedule object with the parsed values from
the XML stream.
schedule record in the XML data stream and
populate the values of the instance variables of the specified
Schedule object.
Xtvd.schedules.
Xtvd.schemaVersion.
Program.series.
Program.showType.
StackTrace associated
with the specified instance of Throwable as a
String.
Program.starRating.
StarRating based upon the
string specified.
Map.station.
Schedule.station.
station record in the XML data stream and
return a new instance of Station with the values.
station record in the XML data stream and
populate the values of the instance variables of the specified
Station object.
Xtvd.stations.
Schedule.stereo.
Program.subtitle.
Schedule.subtitled.
CrewMember.surname.
Program.syndicatedEpisodeNumber.
Schedule.time.
Program.title.
Map.to.
Xtvd.to.
Part.total.
Schedule.tvRating.
TvRatings based upon the
string specified.
Lineup.type.
SOAPRequest.userName.
SOAPRequest.webserviceURI.
Parser that will parse the XTVD XML
document from the specified Reader and write
the results to the specified Writer.
Parser that will parse the XTVD XML
document from the specified Reader and create
a Xtvd object that represents all the data contained in
the XML.
Program.year.
Graphic Language
movieAdvisories.
Graphic Violence
movieAdvisories.
Language
movieAdvisories.
bean that represents a lineup record.Lineup.name and Lineup.type.
parametrised statement that is to be executed for
inserting lineup records to the lineups
table.
ordinal-based typesafe enum class that represents
the pre-defined values for tms:lineupTypes as defined
in the XTVD schema.LocalBroadcast
lineupType.
Writer that is used to write log messages to.
bean that represents a map record.Map.station and Map.channel.
Map.station, Map.channel and Map.channelMinor.
parametrised statement that is to be executed for
inserting map records to the lineup_map
table.
Mild Violence
movieAdvisories.
ordinal-based typesafe enum class that represents
the pre-defined values for tms:movieAdvisoriess as defined
in the XTVD schema.ordinal-based typesafe enum class that represents
the pre-defined values for tms:mpaaRatings as defined
in the XTVD schema.NC-17 mpaaRating.
NONE mpaaRating.
NOT RATED mpaaRating.
NR mpaaRating.
Nudity
movieAdvisories.
offset in
milliseconds from UTC.
*+ starRating.
* starRating.
genres top-level element from the
AbstractParser.reader, and populate the program_genres
table with the data.
genres top-level element from the
AbstractParser.reader and write the parsed data to the WriterParser.writer.
genres top-level element from the
AbstractParser.reader, create a Map from the data, and
set the Xtvd.genres reference.
lineups top-level element from the
AbstractParser.reader, and write the parsed data to the lineups
and lineup_map tables.
lineups top-level element from the
AbstractParser.reader and write the parsed data to the WriterParser.writer.
lineups top-level element from the
AbstractParser.reader, create a Collection with the data,
and set the Xtvd.lineups reference.
productionCrew top-level element from the
AbstractParser.reader, and populate the crew table with
the data.
productionCrew top-level element from the
AbstractParser.reader and write the parsed data to the WriterParser.writer.
productionCrew top-level element from the
AbstractParser.reader, create a Map with the data, and
set the Xtvd.productionCrew reference.
programs top-level element from the
AbstractParser.reader and write the parsed data to the
programs table.
programs top-level element from the
AbstractParser.reader and write the parsed data to the WriterParser.writer.
programs top-level element from the
AbstractParser.reader, create a Map with the data, and
set the Xtvd.programs reference.
interface for all XTVD parsers.Parser.xtvd record from the
AbstractParser.reader, and write the parsed data to the WriterParser.writer.
xtvd record from the
AbstractParser.reader, and populate the attribute values for the
xtvd class.
schedules top-level element from the
AbstractParser.reader, and write the parsed data to the
schedules table.
schedules top-level element from the
AbstractParser.reader and write the parsed data to the WriterParser.writer.
schedules top-level element from the
AbstractParser.reader, create a Collection with the data,
and set the Xtvd.schedules reference.
station record from the
AbstractParser.reader, and write the parsed data to the stations
table.
station record from the
AbstractParser.reader, and write the parsed data to the WriterParser.writer.
station record from the
AbstractParser.reader, create a Map of all the Station records, and set the corresponding Xtvd.stations
reference.
XTVD document and extract the information
from the top-level elements.
XTVD document and extract the information
from the top-level elements.
AbstractParser.reader, parse the XTVD
document and populate the #xtvd class fields.
SOAP response from the AbstractParser.reader,
parse the XTVD document from the response and
write the document to the WriterParser.writer.
AbstractParser.reader, parse the XTVD
document and populate the xtvd class fields.
bean that represents a part record.PG mpaaRating.
PG-13 mpaaRating.
bean that represents a program record.Program.id, and Program.title fields.
parametrised statement that is to be executed for
inserting program advisories records to the
program_movie_advisories intersection table.
parametrised statement that is to be executed for
inserting program records to the programs
table.
bean that represents a member record.ProgramGenre.program.
Publico General
movieAdvisories.
R mpaaRating.
Rape
movieAdvisories.
parser implementation that is used to parse the
specified XML stream, and then write the data to a relational
database.Reader and writes to the database using the
specified Connection.
pull-parse the
XTVD XML data.
Satellite
lineupType.
bean that represents a schedule record.attributes of the
schedule element with the specified vlaues.
parametrised statement that is to be executed for
inserting schedule records to the schedules
table.
Program.advisories.
Station.affiliate.
Station.callSign.
Map.channel.
Map.channelMinor.
Genre.classValue.
Schedule.closeCaptioned.
Program.colorCode.
DateTime.date.
DateTime.date by parsing the dateTime string representation.
XtvdDate.date.
XtvdDate.date by parsing the date string representation.
Program.description.
Lineup.device.
Schedule.duration.
Station.fccChannelNumber.
Map.from.
Xtvd.from.
ProgramGenre.genres.
Xtvd.genres.
CrewMember.givenname.
Schedule.hdtv.
Duration.hours.
Lineup.id.
Program.id.
Station.id.
Xtvd.lineups.
Lineup.location.
AbstractParser.log.
SOAPRequest.log.
Lineup.maps.
Crew.member.
Duration.minutes.
Program.mpaaRating.
Lineup.name.
Station.name.
Part.number.
Program.originalAirDate.
Schedule.part.
SOAPRequest.password.
Lineup.postalCode.
Xtvd.productionCrew.
Crew.program.
ProgramGenre.program.
Schedule.program.
Xtvd.programs.
Genre.relevance.
Schedule.repeat.
CrewMember.role.
Program.runTime.
Xtvd.schedules.
Xtvd.schemaVersion.
Program.series.
Program.showType.
Program.starRating.
Map.station.
Schedule.station.
Xtvd.stations.
Schedule.stereo.
Program.subtitle.
Schedule.subtitled.
CrewMember.surname.
Program.syndicatedEpisodeNumber.
Schedule.time.
Program.title.
Map.to.
Xtvd.to.
Part.total.
Schedule.tvRating.
Lineup.type.
SOAPRequest.userName.
SOAPRequest.webserviceURI.
Program.year.
SOAPRequest.userName and SOAPRequest.password.
SOAPRequest.userName, SOAPRequest.password and SOAPRequest.webserviceURI.
ordinal-based typesafe enum class that represents
the pre-defined values for tms:starRating as defined
in the XTVD schema.bean that represents a station record.Station.id and Station.callSign.
Station.id, Station.callSign and Station.name.
Station.id, Station.callSign, Station.name,
Station.fccChannelNumber and Station.affiliate.
parametrised statement that is to be executed for
inserting station records to the stations
table.
Strong Sexual
Content movieAdvisories.
***+ starRating.
*** starRating.
AbstractParser.reader to the next starting XML element.
LineupTypes.type.
MovieAdvisories.advisory.
MpaaRatings.rating.
StarRating.rating.
TvColorCode.colorCode.
TvRatings.rating.
TV-14 tvRating.
ordinal-based typesafe enum class that represents
the pre-defined values for tms:tvColorCodes as defined
in the XTVD schema.TV-G tvRating.
TV-MA tvRating.
TV-PG tvRating.
ordinal-based typesafe enum class that represents
the pre-defined values for tms:tvRatings as defined
in the XTVD schema.TV-Y tvRating.
TV-Y7 tvRating.
**+ starRating.
** starRating.
Violence
movieAdvisories.
parser implementation that is used to parse the
incoming XML stream, and then write the parsed data back to an
Writer.Reader.
bean that represents an XTVD XML document.Xtvd that will be populated by this
parser.
parser implementation that is used to parse the
specified XML stream, and then create a Xtvd object that
represents the XML data.Reader.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||