A B C D E F G H L M N O P R S T V W X

A

AbstractDataType - Class in net.sf.xtvdclient.xtvd.datatypes
An abstract super-class for all XML datatypes.
AbstractDataType() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.AbstractDataType
 
AbstractParser - Class in net.sf.xtvdclient.xtvd.parser
An abstract base class for all XTVD parsers.
AbstractParser() - Constructor for class net.sf.xtvdclient.xtvd.parser.AbstractParser
Default constructor.
AbstractParser(Reader) - Constructor for class net.sf.xtvdclient.xtvd.parser.AbstractParser
Create a new instance of the parser that reads the data from the specified InputStream.
addMap(Map) - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Add the specified instance of Map to the Lineup.maps collection.
ADOLESCENTES_Y_ADULTOS - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
The typesafe representation of the Adolescentes y Adultos movieAdvisories.
ADULT - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
The typesafe representation of the Adult mpaaRating.
ADULT_SITUATIONS - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
The typesafe representation of the Adult Situations movieAdvisories.
ADULTOS - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
The typesafe representation of the Adultos movieAdvisories.
AO - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
The typesafe representation of the AO mpaaRating.

B

BLACK_AND_WHITE - Static variable in class net.sf.xtvdclient.xtvd.datatypes.TvColorCode
The typesafe representation of the B & W tvColorCode.
BRIEF_NUDITY - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
The typesafe representation of the Brief Nudity movieAdvisories.

C

CABLE - Static variable in class net.sf.xtvdclient.xtvd.datatypes.LineupTypes
The typesafe representation of the Cable lineupType.
CABLE_DIGITAL - Static variable in class net.sf.xtvdclient.xtvd.datatypes.LineupTypes
The typesafe representation of the CableDigital lineupType.
CLOSE_SOAP_BODY - Static variable in class net.sf.xtvdclient.xtvd.SOAPRequest
The closing SOAP Body to use to wrap the request.
CLOSE_SOAP_ENVELOPE - Static variable in class net.sf.xtvdclient.xtvd.SOAPRequest
The closing SOAP Envelope to use to wrap the request.
closeStatement(Statement) - Method in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
Close the specified statement and the batch of statements associated with it.
COLOR - Static variable in class net.sf.xtvdclient.xtvd.datatypes.TvColorCode
The typesafe representation of the Color tvColorCode.
COLOR_AND_BLACK_AND_WHITE - Static variable in class net.sf.xtvdclient.xtvd.datatypes.TvColorCode
The typesafe representation of the Color and B & W tvColorCode.
COLORIZED - Static variable in class net.sf.xtvdclient.xtvd.datatypes.TvColorCode
The typesafe representation of the Colorized tvColorCode.
compareTo(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.AbstractDataType
Implementation of the Comparable interface.
compareTo(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.LineupTypes
Implementation of the Comparable interface.
compareTo(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
Implementation of the Comparable interface.
compareTo(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
Implementation of the Comparable interface.
compareTo(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.StarRating
Implementation of the Comparable interface.
compareTo(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.TvColorCode
Implementation of the Comparable interface.
compareTo(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.TvRatings
Implementation of the Comparable interface.
Crew - Class in net.sf.xtvdclient.xtvd.datatypes
A bean that represents a crew record.
Crew() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Crew
Default constructor.
Crew(String, Collection) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Crew
Create a new instance of the class with the specified values for the class fields.
CREW_STATEMENT - Static variable in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
The parametrised statement that is to be executed for inserting crew records to the crew table.
CrewMember - Class in net.sf.xtvdclient.xtvd.datatypes
A class that represents a crewMember record.
CrewMember() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.CrewMember
Default constructor.
CrewMember(String, String, String) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.CrewMember
Create a new instance of the class with the specified values for the class fields.

D

DataDirectException - Exception in net.sf.xtvdclient.xtvd
A custom exception that is used to represent all possible exceptions that may be encountered while interacting with the TMSDataDirect webservices.
DataDirectException() - Constructor for exception net.sf.xtvdclient.xtvd.DataDirectException
Constructs a new exception with null as its detail message.
DataDirectException(String) - Constructor for exception net.sf.xtvdclient.xtvd.DataDirectException
Constructs a new exception with the specified detail message.
DataDirectException(String, Throwable) - Constructor for exception net.sf.xtvdclient.xtvd.DataDirectException
Constructs a new exception with the specified detail message and cause.
DataDirectException(Throwable) - Constructor for exception net.sf.xtvdclient.xtvd.DataDirectException
Constructs a new exception with the specified cause.
DateTime - Class in net.sf.xtvdclient.xtvd.datatypes
A class that represents a dateTime datatype.
DateTime() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.DateTime
Default constructor.
DateTime(String) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.DateTime
Create a new instance of the class with the specified string representation of the dateTime data type.
DateTime(Date) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.DateTime
Create a new instance of the class with the specified date value
Duration - Class in net.sf.xtvdclient.xtvd.datatypes
A class that represents a duration datatype.
Duration(String) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Duration
Construct a new instance of the class with the specified duration value.

E

END_OF_LINE - Static variable in class net.sf.xtvdclient.xtvd.datatypes.AbstractDataType
The end of line character to be used for separating XML elements.
END_OF_LINE - Static variable in interface net.sf.xtvdclient.xtvd.parser.Parser
The system specific end of line character.
END_OF_LINE - Static variable in class net.sf.xtvdclient.xtvd.SOAPRequest
The system specific end of line character.
equals(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.AbstractDataType
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.LineupTypes
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.StarRating
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.TvColorCode
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.xtvdclient.xtvd.datatypes.TvRatings
Indicates whether some other object is "equal to" this one.

F

FOUR_STAR - Static variable in class net.sf.xtvdclient.xtvd.datatypes.StarRating
The typesafe representation of the **** starRating.

G

G - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
The typesafe representation of the G mpaaRating.
Genre - Class in net.sf.xtvdclient.xtvd.datatypes
A bean that represents a member record.
Genre() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Genre
Default constructor.
Genre(String, int) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Genre
Create a new instance of the class with the specified values for the instance variables.
GENRE_STATEMENT - Static variable in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
The parametrised statement that is to be executed for inserting programGenre records to the program_genre table.
getAdvisories() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.advisories.
getAffiliate() - Method in class net.sf.xtvdclient.xtvd.datatypes.Station
Returns Station.affiliate.
getCallSign() - Method in class net.sf.xtvdclient.xtvd.datatypes.Station
Returns Station.callSign.
getChannel() - Method in class net.sf.xtvdclient.xtvd.datatypes.Map
Returns Map.channel.
getChannelMinor() - Method in class net.sf.xtvdclient.xtvd.datatypes.Map
Returns Map.channelMinor.
getClassValue() - Method in class net.sf.xtvdclient.xtvd.datatypes.Genre
Returns Genre.classValue.
getCloseCaptioned() - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Returns Schedule.closeCaptioned.
getColorCode() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.colorCode.
getColorCode(String) - Static method in class net.sf.xtvdclient.xtvd.datatypes.TvColorCode
Return the appropriate ColorCode based upon the string specified.
getCrew() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the crew record in the XML data stream and create a new net.sf.xtvdclient.xtvd.Crew object with the values.
getCrew(Crew) - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the crew record in the XML data stream and populate the values of the instance variables of the specified Crew object.
getData(Calendar, Calendar, Writer) - Method in class net.sf.xtvdclient.xtvd.SOAPRequest
Connect to the webservice and download the XTVD document using the specified parameters.
getData(Calendar, Calendar, Xtvd) - Method in class net.sf.xtvdclient.xtvd.SOAPRequest
Connect to the webservice and download the XTVD document using the specified parameters.
getDataFile(Calendar, Calendar, String) - Method in class net.sf.xtvdclient.xtvd.SOAPRequest
Connect to the webservice and download the XTVD document using the specified parameters and write the document to the specified file.
getDate() - Method in class net.sf.xtvdclient.xtvd.datatypes.DateTime
Returns DateTime.date.
getDate() - Method in class net.sf.xtvdclient.xtvd.datatypes.XtvdDate
Returns XtvdDate.date.
getDescription() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.description.
getDevice() - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Returns Lineup.device.
getDuration() - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Returns Schedule.duration.
getFccChannelNumber() - Method in class net.sf.xtvdclient.xtvd.datatypes.Station
Returns Station.fccChannelNumber.
getFrom() - Method in class net.sf.xtvdclient.xtvd.datatypes.Map
Returns Map.from.
getFrom() - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Returns Xtvd.from.
getGenre() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the genre record from the XML stream and create a new net.sf.xtvdclient.xtvd.Genre object with that data.
getGenre(Genre) - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the genre record from the XML stream and populate the Genre object fields with that data.
getGenres() - Method in class net.sf.xtvdclient.xtvd.datatypes.ProgramGenre
Returns ProgramGenre.genres.
getGenres() - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Returns Xtvd.genres.
getGivenname() - Method in class net.sf.xtvdclient.xtvd.datatypes.CrewMember
Returns CrewMember.givenname.
getHdtv() - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Returns Schedule.hdtv.
getHours() - Method in class net.sf.xtvdclient.xtvd.datatypes.Duration
Returns Duration.hours.
getId() - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Returns Lineup.id.
getId() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.id.
getId() - Method in class net.sf.xtvdclient.xtvd.datatypes.Station
Returns Station.id.
getLineup() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the 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.
getLineup(Lineup) - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the lineup record in the XML data stream and populate the values of the instance variables of the specified Lineup object.
getLineups() - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Returns Xtvd.lineups.
getLineupType(String) - Static method in class net.sf.xtvdclient.xtvd.datatypes.LineupTypes
Return the appropriate LineupType based upon the string specified.
getLocalDate() - Method in class net.sf.xtvdclient.xtvd.datatypes.DateTime
Return a java.util.XtvdDate object that is converted from the UTC DateTime.date to the your timezone.
getLocation() - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Returns Lineup.location.
getLog() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Returns AbstractParser.log.
getLog() - Method in interface net.sf.xtvdclient.xtvd.parser.Parser
Returns the log writer that is currently in use.
getLog() - Method in class net.sf.xtvdclient.xtvd.SOAPRequest
Returns SOAPRequest.log.
getMap() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the map record from the XML stream and create a new net.sf.xtvdclient.xtvd.Map object with that data.
getMap(Map) - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the map record from the XML stream and populate the instance variables of the specified Map object with the parsed data.
getMaps() - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Returns Lineup.maps.
getMember() - Method in class net.sf.xtvdclient.xtvd.datatypes.Crew
Returns Crew.member.
getMember() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the member record from the XML stream and create a new CrewMember object with that data.
getMember(CrewMember) - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the member record from the XML stream and populate the CrewMember object with that data.
getMessages() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Skip all the SOAP envelopes, and move the the messages element in the XML stream.
getMinutes() - Method in class net.sf.xtvdclient.xtvd.datatypes.Duration
Returns Duration.minutes.
getMovieAdvisory(String) - Static method in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
Return the appropriate MovieAdvisory based upon the string specified.
getMpaaRating(String) - Static method in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
Return the appropriate MpaaRatings based upon the string specified.
getMpaaRating() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.mpaaRating.
getName() - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Returns Lineup.name.
getName() - Method in class net.sf.xtvdclient.xtvd.datatypes.Station
Returns Station.name.
getNumber() - Method in class net.sf.xtvdclient.xtvd.datatypes.Part
Returns Part.number.
getOriginalAirDate() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.originalAirDate.
getPart() - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Returns Schedule.part.
getPart() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the part record from the XML stream and create a new net.sf.xtvdclient.xtvd.Part object with that data.
getPart(Part) - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the part record from the XML stream and populate the Part object fields with that data.
getPasswordAuthentication() - Method in class net.sf.xtvdclient.xtvd.XtvdAuthenticator
 
getPostalCode() - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Returns Lineup.postalCode.
getProductionCrew() - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Returns Xtvd.productionCrew.
getProgram() - Method in class net.sf.xtvdclient.xtvd.datatypes.Crew
Returns Crew.program.
getProgram() - Method in class net.sf.xtvdclient.xtvd.datatypes.ProgramGenre
Returns ProgramGenre.program.
getProgram() - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Returns Schedule.program.
getProgram() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the program record in the XML data stream and create a Program object with the data.
getProgram(Program) - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the program record in the XML data stream and populate the values of the instance variables of the specified Program object.
getProgramGenre() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the programGenre record in the XML data stream and create a new instance of ProgramGenre with the values.
getProgramGenre(ProgramGenre) - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the programGenre record in the XML data stream and populate the values of the instance variables of the specified ProgramGenre object.
getPrograms() - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Returns Xtvd.programs.
getRelevance() - Method in class net.sf.xtvdclient.xtvd.datatypes.Genre
Returns Genre.relevance.
getRepeat() - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Returns Schedule.repeat.
getRole() - Method in class net.sf.xtvdclient.xtvd.datatypes.CrewMember
Returns CrewMember.role.
getRunTime() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.runTime.
getSchedule() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the schedule record in the XML data stream and create a new Schedule object with the parsed values from the XML stream.
getSchedule(Schedule) - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the schedule record in the XML data stream and populate the values of the instance variables of the specified Schedule object.
getSchedules() - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Returns Xtvd.schedules.
getSchemaVersion() - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Returns Xtvd.schemaVersion.
getSeries() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.series.
getShowType() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.showType.
getStackTraceString(Throwable) - Static method in exception net.sf.xtvdclient.xtvd.DataDirectException
Utility method that returns the StackTrace associated with the specified instance of Throwable as a String.
getStarRating() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.starRating.
getStarRating(String) - Static method in class net.sf.xtvdclient.xtvd.datatypes.StarRating
Return the appropriate StarRating based upon the string specified.
getStation() - Method in class net.sf.xtvdclient.xtvd.datatypes.Map
Returns Map.station.
getStation() - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Returns Schedule.station.
getStation() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the station record in the XML data stream and return a new instance of Station with the values.
getStation(Station) - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the station record in the XML data stream and populate the values of the instance variables of the specified Station object.
getStations() - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Returns Xtvd.stations.
getStereo() - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Returns Schedule.stereo.
getSubtitle() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.subtitle.
getSubtitled() - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Returns Schedule.subtitled.
getSurname() - Method in class net.sf.xtvdclient.xtvd.datatypes.CrewMember
Returns CrewMember.surname.
getSyndicatedEpisodeNumber() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.syndicatedEpisodeNumber.
getTime() - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Returns Schedule.time.
getTitle() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.title.
getTo() - Method in class net.sf.xtvdclient.xtvd.datatypes.Map
Returns Map.to.
getTo() - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Returns Xtvd.to.
getTotal() - Method in class net.sf.xtvdclient.xtvd.datatypes.Part
Returns Part.total.
getTvRating() - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Returns Schedule.tvRating.
getTvRating(String) - Static method in class net.sf.xtvdclient.xtvd.datatypes.TvRatings
Return the appropriate TvRatings based upon the string specified.
getType() - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Returns Lineup.type.
getUserName() - Method in class net.sf.xtvdclient.xtvd.SOAPRequest
Returns SOAPRequest.userName.
getWebserviceURI() - Method in class net.sf.xtvdclient.xtvd.SOAPRequest
Returns SOAPRequest.webserviceURI.
getWriterParser(Reader, Writer) - Static method in class net.sf.xtvdclient.xtvd.parser.ParserFactory
Return a Parser that will parse the XTVD XML document from the specified Reader and write the results to the specified Writer.
getXtvdParser(Reader, Xtvd) - Static method in class net.sf.xtvdclient.xtvd.parser.ParserFactory
Return a 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.
getYear() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Returns Program.year.
GRAPHIC_LANGUAGE - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
The typesafe representation of the Graphic Language movieAdvisories.
GRAPHIC_VIOLENCE - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
The typesafe representation of the Graphic Violence movieAdvisories.

H

hashCode() - Method in class net.sf.xtvdclient.xtvd.datatypes.CrewMember
Returns a hash code value for this class.
hashCode() - Method in class net.sf.xtvdclient.xtvd.datatypes.DateTime
Returns a hash code value for this class.
hashCode() - Method in class net.sf.xtvdclient.xtvd.datatypes.Duration
Returns a hash code value for this class.
hashCode() - Method in class net.sf.xtvdclient.xtvd.datatypes.LineupTypes
Returns a hash code value for this class.
hashCode() - Method in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
Returns a hash code value for this class.
hashCode() - Method in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
Returns a hash code value for this class.
hashCode() - Method in class net.sf.xtvdclient.xtvd.datatypes.StarRating
Returns a hash code value for this class.
hashCode() - Method in class net.sf.xtvdclient.xtvd.datatypes.TvColorCode
Returns a hash code value for this class.
hashCode() - Method in class net.sf.xtvdclient.xtvd.datatypes.TvRatings
Returns a hash code value for this class.
hashCode() - Method in class net.sf.xtvdclient.xtvd.datatypes.XtvdDate
Returns a hash code value for this class.

L

LANGUAGE - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
The typesafe representation of the Language movieAdvisories.
Lineup - Class in net.sf.xtvdclient.xtvd.datatypes
A bean that represents a lineup record.
Lineup() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Lineup
Default constructor.
Lineup(String, String, String, LineupTypes) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Lineup
Create a new instance of the class with the specified values of Lineup.name and Lineup.type.
Lineup(String, String, String, LineupTypes, String, String) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Lineup
Create a new instance of the class, and initiliase the instance variables with the specified values.
Lineup(String, String, String, LineupTypes, String, String, Collection<Map>) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Lineup
Create a new instance of the class, and initiliase the instance variables with the specified values.
LINEUP_STATEMENT - Static variable in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
The parametrised statement that is to be executed for inserting lineup records to the lineups table.
LineupTypes - Class in net.sf.xtvdclient.xtvd.datatypes
A ordinal-based typesafe enum class that represents the pre-defined values for tms:lineupTypes as defined in the XTVD schema.
LOCAL_BROADCAST - Static variable in class net.sf.xtvdclient.xtvd.datatypes.LineupTypes
The typesafe representation of the LocalBroadcast lineupType.
log - Variable in class net.sf.xtvdclient.xtvd.parser.AbstractParser
A Writer that is used to write log messages to.

M

Map - Class in net.sf.xtvdclient.xtvd.datatypes
A bean that represents a map record.
Map() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Map
Default constructor.
Map(int, String) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Map
Create a new instance of the class with the specified values for Map.station and Map.channel.
Map(int, String, int) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Map
Create a new instance of the class with the specified values for Map.station, Map.channel and Map.channelMinor.
Map(int, String, int, XtvdDate, XtvdDate) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Map
Create a new instace of the class and initialise the instance variables with the specified values.
MAP_STATEMENT - Static variable in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
The parametrised statement that is to be executed for inserting map records to the lineup_map table.
MILD_VIOLENCE - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
The typesafe representation of the Mild Violence movieAdvisories.
MovieAdvisories - Class in net.sf.xtvdclient.xtvd.datatypes
A ordinal-based typesafe enum class that represents the pre-defined values for tms:movieAdvisoriess as defined in the XTVD schema.
MpaaRatings - Class in net.sf.xtvdclient.xtvd.datatypes
A ordinal-based typesafe enum class that represents the pre-defined values for tms:mpaaRatings as defined in the XTVD schema.

N

NAMESPACE_ATTRIBUTES - Static variable in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
The namespaces and schema URI's to specify as the xtvd root element attributes.
NC_17 - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
The typesafe representation of the NC-17 mpaaRating.
net.sf.xtvdclient.xtvd - package net.sf.xtvdclient.xtvd
This package contains classes that are used to represent an XTVD XML document.
net.sf.xtvdclient.xtvd.datatypes - package net.sf.xtvdclient.xtvd.datatypes
This package contains classes that are used to represent global XML data types defined in the various XML schemas.
net.sf.xtvdclient.xtvd.parser - package net.sf.xtvdclient.xtvd.parser
 
NONE - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
The typesafe representation of the NONE mpaaRating.
NOT_RATED - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
The typesafe representation of the NOT RATED mpaaRating.
NR - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
The typesafe representation of the NR mpaaRating.
NUDITY - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
The typesafe representation of the Nudity movieAdvisories.

O

OFFSET - Static variable in class net.sf.xtvdclient.xtvd.datatypes.DateTime
A constant that is used to store the time offset in milliseconds from UTC.
ONE_AND_HALF_STAR - Static variable in class net.sf.xtvdclient.xtvd.datatypes.StarRating
The typesafe representation of the *+ starRating.
ONE_STAR - Static variable in class net.sf.xtvdclient.xtvd.datatypes.StarRating
The typesafe representation of the * starRating.

P

parseGenres() - Method in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
Parse the genres top-level element from the AbstractParser.reader, and populate the program_genres table with the data.
parseGenres() - Method in class net.sf.xtvdclient.xtvd.parser.WriterParser
Parse the genres top-level element from the AbstractParser.reader and write the parsed data to the WriterParser.writer.
parseGenres() - Method in class net.sf.xtvdclient.xtvd.parser.XtvdParser
Parse the genres top-level element from the AbstractParser.reader, create a Map from the data, and set the Xtvd.genres reference.
parseLineups() - Method in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
Parse the lineups top-level element from the AbstractParser.reader, and write the parsed data to the lineups and lineup_map tables.
parseLineups() - Method in class net.sf.xtvdclient.xtvd.parser.WriterParser
Parse the lineups top-level element from the AbstractParser.reader and write the parsed data to the WriterParser.writer.
parseLineups() - Method in class net.sf.xtvdclient.xtvd.parser.XtvdParser
Parse the lineups top-level element from the AbstractParser.reader, create a Collection with the data, and set the Xtvd.lineups reference.
parseProductionCrew() - Method in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
Parse the productionCrew top-level element from the AbstractParser.reader, and populate the crew table with the data.
parseProductionCrew() - Method in class net.sf.xtvdclient.xtvd.parser.WriterParser
Parse the productionCrew top-level element from the AbstractParser.reader and write the parsed data to the WriterParser.writer.
parseProductionCrew() - Method in class net.sf.xtvdclient.xtvd.parser.XtvdParser
Parse the productionCrew top-level element from the AbstractParser.reader, create a Map with the data, and set the Xtvd.productionCrew reference.
parsePrograms() - Method in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
Parse the programs top-level element from the AbstractParser.reader and write the parsed data to the programs table.
parsePrograms() - Method in class net.sf.xtvdclient.xtvd.parser.WriterParser
Parse the programs top-level element from the AbstractParser.reader and write the parsed data to the WriterParser.writer.
parsePrograms() - Method in class net.sf.xtvdclient.xtvd.parser.XtvdParser
Parse the programs top-level element from the AbstractParser.reader, create a Map with the data, and set the Xtvd.programs reference.
Parser - Interface in net.sf.xtvdclient.xtvd.parser
The public interface for all XTVD parsers.
ParserFactory - Class in net.sf.xtvdclient.xtvd.parser
A factory class that is used to return appropriate instances of Parser.
parseRootElement() - Method in class net.sf.xtvdclient.xtvd.parser.WriterParser
Parse an root xtvd record from the AbstractParser.reader, and write the parsed data to the WriterParser.writer.
parseRootElement() - Method in class net.sf.xtvdclient.xtvd.parser.XtvdParser
Parse an root xtvd record from the AbstractParser.reader, and populate the attribute values for the xtvd class.
parseSchedules() - Method in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
Parse the schedules top-level element from the AbstractParser.reader, and write the parsed data to the schedules table.
parseSchedules() - Method in class net.sf.xtvdclient.xtvd.parser.WriterParser
Parse the schedules top-level element from the AbstractParser.reader and write the parsed data to the WriterParser.writer.
parseSchedules() - Method in class net.sf.xtvdclient.xtvd.parser.XtvdParser
Parse the schedules top-level element from the AbstractParser.reader, create a Collection with the data, and set the Xtvd.schedules reference.
parseStations() - Method in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
Parse an individual station record from the AbstractParser.reader, and write the parsed data to the stations table.
parseStations() - Method in class net.sf.xtvdclient.xtvd.parser.WriterParser
Parse an individual station record from the AbstractParser.reader, and write the parsed data to the WriterParser.writer.
parseStations() - Method in class net.sf.xtvdclient.xtvd.parser.XtvdParser
Parse an individual station record from the AbstractParser.reader, create a Map of all the Station records, and set the corresponding Xtvd.stations reference.
parseXTVD() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Parse the XTVD document and extract the information from the top-level elements.
parseXTVD() - Method in interface net.sf.xtvdclient.xtvd.parser.Parser
Parse the XTVD document and extract the information from the top-level elements.
parseXTVD() - Method in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
Read the xml data from the AbstractParser.reader, parse the XTVD document and populate the #xtvd class fields.
parseXTVD() - Method in class net.sf.xtvdclient.xtvd.parser.WriterParser
Read the SOAP response from the AbstractParser.reader, parse the XTVD document from the response and write the document to the WriterParser.writer.
parseXTVD() - Method in class net.sf.xtvdclient.xtvd.parser.XtvdParser
Read the xml data from the AbstractParser.reader, parse the XTVD document and populate the xtvd class fields.
Part - Class in net.sf.xtvdclient.xtvd.datatypes
A bean that represents a part record.
Part() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Part
Default constructor.
Part(int, int) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Part
Create a new instance of the class and initialise the required instance variables with the specified values.
PG - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
The typesafe representation of the PG mpaaRating.
PG_13 - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
The typesafe representation of the PG-13 mpaaRating.
Program - Class in net.sf.xtvdclient.xtvd.datatypes
A bean that represents a program record.
Program() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Program
Default constructor.
Program(String, String) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Program
Create a new instance of the class with the specified value for the mandatory Program.id, and Program.title fields.
Program(String, String, String, String, MpaaRatings, StarRating, Duration, String, String, String, String, Collection, String, XtvdDate) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Program
Create a new instance of the class with the specified values for the class fields.
PROGRAM_MOVIE_ADVISORY_STATEMENT - Static variable in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
The parametrised statement that is to be executed for inserting program advisories records to the program_movie_advisories intersection table.
PROGRAM_STATEMENT - Static variable in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
The parametrised statement that is to be executed for inserting program records to the programs table.
ProgramGenre - Class in net.sf.xtvdclient.xtvd.datatypes
A bean that represents a member record.
ProgramGenre() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.ProgramGenre
Default constructor.
ProgramGenre(String) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.ProgramGenre
Create a new instance of the class with the specified value for ProgramGenre.program.
ProgramGenre(String, Collection<Genre>) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.ProgramGenre
Create a new instance of the class with the specified values for the instance variables.
PUBLICO_GENERAL - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
The typesafe representation of the Publico General movieAdvisories.

R

R - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
The typesafe representation of the R mpaaRating.
RAPE - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
The typesafe representation of the Rape movieAdvisories.
RDBMSParser - Class in net.sf.xtvdclient.xtvd.parser
A parser implementation that is used to parse the specified XML stream, and then write the data to a relational database.
RDBMSParser(Reader, Connection) - Constructor for class net.sf.xtvdclient.xtvd.parser.RDBMSParser
Create a new instance of the parser that reads the data from the specified Reader and writes to the database using the specified Connection.
reader - Variable in class net.sf.xtvdclient.xtvd.parser.AbstractParser
An instance of the XML reader used to pull-parse the XTVD XML data.
replaceSpecialCharacters(String) - Static method in class net.sf.xtvdclient.xtvd.datatypes.AbstractDataType
Replace special characters (&, ...) in the string passed in with appropriate escape values.
replaceSpecialCharacters(String, StringBuffer) - Static method in class net.sf.xtvdclient.xtvd.datatypes.AbstractDataType
Replace special characters (&, ...) in the string passed in with appropriate escape values and add them to the StringBuffer passed in.
reset() - Method in class net.sf.xtvdclient.xtvd.datatypes.Crew
Reset the instance variable to empty values.
reset() - Method in class net.sf.xtvdclient.xtvd.datatypes.CrewMember
Reset the instance variable to empty values.
reset() - Method in class net.sf.xtvdclient.xtvd.datatypes.Genre
Reset the instance variable to empty values.
reset() - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Reset all the instance variables to empty values.
reset() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Reset the instance variable to empty values.
reset() - Method in class net.sf.xtvdclient.xtvd.datatypes.ProgramGenre
Reset the instance variable to empty values.
reset() - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Reset all the instance variables to empty values.
reset() - Method in class net.sf.xtvdclient.xtvd.datatypes.Station
Reset all the instance variables to empty values.

S

SATELLITE - Static variable in class net.sf.xtvdclient.xtvd.datatypes.LineupTypes
The typesafe representation of the Satellite lineupType.
Schedule - Class in net.sf.xtvdclient.xtvd.datatypes
A bean that represents a schedule record.
Schedule() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Schedule
Default constructor.
Schedule(String, int, DateTime, Duration) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Schedule
Create a new instance of the class and initialise the required instance variables with the specified values.
Schedule(String, int, DateTime, Duration, boolean, TvRatings, boolean, boolean, boolean, boolean) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Schedule
Create a new instance of the class and initialise all the instance variables that represent attributes of the schedule element with the specified vlaues.
Schedule(String, int, DateTime, Duration, boolean, TvRatings, boolean, boolean, boolean, boolean, Part) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Schedule
Create a new instance of the class and initialise all the instance variables with the specified vlaues.
SCHEDULE_STATEMENT - Static variable in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
The parametrised statement that is to be executed for inserting schedule records to the schedules table.
sdf - Variable in class net.sf.xtvdclient.xtvd.parser.AbstractParser
The formatter used to format time stamps that are used to log the parsing process.
setAdvisories(Collection<MovieAdvisories>) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.advisories.
setAffiliate(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Station
Set Station.affiliate.
setCallSign(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Station
Set Station.callSign.
setChannel(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Map
Set Map.channel.
setChannelMinor(int) - Method in class net.sf.xtvdclient.xtvd.datatypes.Map
Set Map.channelMinor.
setClassValue(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Genre
Set Genre.classValue.
setCloseCaptioned(boolean) - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Set Schedule.closeCaptioned.
setColorCode(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.colorCode.
setDate(Date) - Method in class net.sf.xtvdclient.xtvd.datatypes.DateTime
Set DateTime.date.
setDate(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.DateTime
Set DateTime.date by parsing the dateTime string representation.
setDate(Date) - Method in class net.sf.xtvdclient.xtvd.datatypes.XtvdDate
Set XtvdDate.date.
setDate(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.XtvdDate
Set XtvdDate.date by parsing the date string representation.
setDescription(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.description.
setDevice(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Set Lineup.device.
setDuration(Duration) - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Set Schedule.duration.
setFccChannelNumber(int) - Method in class net.sf.xtvdclient.xtvd.datatypes.Station
Set Station.fccChannelNumber.
setFrom(XtvdDate) - Method in class net.sf.xtvdclient.xtvd.datatypes.Map
Set Map.from.
setFrom(DateTime) - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Set Xtvd.from.
setGenres(Collection<Genre>) - Method in class net.sf.xtvdclient.xtvd.datatypes.ProgramGenre
Set ProgramGenre.genres.
setGenres(Map<String, ProgramGenre>) - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Set Xtvd.genres.
setGivenname(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.CrewMember
Set CrewMember.givenname.
setHdtv(boolean) - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Set Schedule.hdtv.
setHours(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Duration
Set Duration.hours.
setId(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Set Lineup.id.
setId(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.id.
setId(int) - Method in class net.sf.xtvdclient.xtvd.datatypes.Station
Set Station.id.
setLineups(Map<String, Lineup>) - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Set Xtvd.lineups.
setLocation(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Set Lineup.location.
setLog(Writer) - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Set AbstractParser.log.
setLog(Writer) - Method in interface net.sf.xtvdclient.xtvd.parser.Parser
Set the log writer to use for writing information/messages to.
setLog(Writer) - Method in class net.sf.xtvdclient.xtvd.SOAPRequest
Set SOAPRequest.log.
setMaps(Collection<Map>) - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Set Lineup.maps.
setMember(Collection<CrewMember>) - Method in class net.sf.xtvdclient.xtvd.datatypes.Crew
Set Crew.member.
setMinutes(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Duration
Set Duration.minutes.
setMpaaRating(MpaaRatings) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.mpaaRating.
setName(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Set Lineup.name.
setName(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Station
Set Station.name.
setNumber(int) - Method in class net.sf.xtvdclient.xtvd.datatypes.Part
Set Part.number.
setOriginalAirDate(XtvdDate) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.originalAirDate.
setPart(Part) - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Set Schedule.part.
setPassword(String) - Method in class net.sf.xtvdclient.xtvd.SOAPRequest
Set SOAPRequest.password.
setPostalCode(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Set Lineup.postalCode.
setProductionCrew(Map<String, Crew>) - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Set Xtvd.productionCrew.
setProgram(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Crew
Set Crew.program.
setProgram(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.ProgramGenre
Set ProgramGenre.program.
setProgram(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Set Schedule.program.
setPrograms(Map<String, Program>) - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Set Xtvd.programs.
setRelevance(int) - Method in class net.sf.xtvdclient.xtvd.datatypes.Genre
Set Genre.relevance.
setRepeat(boolean) - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Set Schedule.repeat.
setRole(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.CrewMember
Set CrewMember.role.
setRunTime(Duration) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.runTime.
setSchedules(Collection<Schedule>) - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Set Xtvd.schedules.
setSchemaVersion(double) - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Set Xtvd.schemaVersion.
setSeries(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.series.
setShowType(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.showType.
setStarRating(StarRating) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.starRating.
setStation(int) - Method in class net.sf.xtvdclient.xtvd.datatypes.Map
Set Map.station.
setStation(int) - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Set Schedule.station.
setStations(Map<Integer, Station>) - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Set Xtvd.stations.
setStereo(boolean) - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Set Schedule.stereo.
setSubtitle(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.subtitle.
setSubtitled(boolean) - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Set Schedule.subtitled.
setSurname(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.CrewMember
Set CrewMember.surname.
setSyndicatedEpisodeNumber(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.syndicatedEpisodeNumber.
setTime(DateTime) - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Set Schedule.time.
setTitle(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.title.
setTo(XtvdDate) - Method in class net.sf.xtvdclient.xtvd.datatypes.Map
Set Map.to.
setTo(DateTime) - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Set Xtvd.to.
setTotal(int) - Method in class net.sf.xtvdclient.xtvd.datatypes.Part
Set Part.total.
setTvRating(TvRatings) - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Set Schedule.tvRating.
setType(LineupTypes) - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Set Lineup.type.
setUserName(String) - Method in class net.sf.xtvdclient.xtvd.SOAPRequest
Set SOAPRequest.userName.
setWebserviceURI(String) - Method in class net.sf.xtvdclient.xtvd.SOAPRequest
Set SOAPRequest.webserviceURI.
setYear(String) - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Set Program.year.
SOAP_BODY - Static variable in class net.sf.xtvdclient.xtvd.SOAPRequest
The SOAP Body to use to wrap the request.
SOAP_ENVELOPE - Static variable in class net.sf.xtvdclient.xtvd.SOAPRequest
The SOAP Envelope to use to wrap the request.
SOAPRequest - Class in net.sf.xtvdclient.xtvd
This class builds a SOAP request that targets the TMS XTVD webservice and fetches the resulting XML document.
SOAPRequest() - Constructor for class net.sf.xtvdclient.xtvd.SOAPRequest
Default constructor.
SOAPRequest(String, String) - Constructor for class net.sf.xtvdclient.xtvd.SOAPRequest
Create a new instance of the class with the specified values for SOAPRequest.userName and SOAPRequest.password.
SOAPRequest(String, String, String) - Constructor for class net.sf.xtvdclient.xtvd.SOAPRequest
Create a new instance of the class with the specified values for SOAPRequest.userName, SOAPRequest.password and SOAPRequest.webserviceURI.
StarRating - Class in net.sf.xtvdclient.xtvd.datatypes
A ordinal-based typesafe enum class that represents the pre-defined values for tms:starRating as defined in the XTVD schema.
Station - Class in net.sf.xtvdclient.xtvd.datatypes
A bean that represents a station record.
Station() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Station
Default constructor.
Station(int, String) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Station
Create a new instance of the class with the specified values for Station.id and Station.callSign.
Station(int, String, String) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Station
Create a new instance of the class with the specified values for Station.id, Station.callSign and Station.name.
Station(int, String, String, int, String) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Station
Create a new instance of the class with the specified values for Station.id, Station.callSign, Station.name, Station.fccChannelNumber and Station.affiliate.
STATION_STATEMENT - Static variable in class net.sf.xtvdclient.xtvd.parser.RDBMSParser
The parametrised statement that is to be executed for inserting station records to the stations table.
STRONG_SEXUAL_CONTENT - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
The typesafe representation of the Strong Sexual Content movieAdvisories.

T

THREE_AND_HALF_STAR - Static variable in class net.sf.xtvdclient.xtvd.datatypes.StarRating
The typesafe representation of the ***+ starRating.
THREE_STAR - Static variable in class net.sf.xtvdclient.xtvd.datatypes.StarRating
The typesafe representation of the *** starRating.
toStartTag() - Method in class net.sf.xtvdclient.xtvd.parser.AbstractParser
Advance the AbstractParser.reader to the next starting XML element.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.Crew
Over-ridden implementation.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.CrewMember
Over-ridden implementation.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.DateTime
Over-ridden implementation.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.Duration
Over-ridden implementation.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.Genre
Over-ridden implementation.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.Lineup
Over-ridden implementation.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.LineupTypes
Over-ridden to return the value of LineupTypes.type.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.Map
Over-ridden implementation.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
Over-ridden to return the value of MovieAdvisories.advisory.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.MpaaRatings
Over-ridden to return the value of MpaaRatings.rating.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.Part
Over-ridden implementation.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.Program
Over-ridden implementation.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.ProgramGenre
Over-ridden implementation.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.Schedule
Over-ridden implementation.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.StarRating
Over-ridden to return the value of StarRating.rating.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.Station
Over-ridden implementation.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.TvColorCode
Over-ridden to return the value of TvColorCode.colorCode.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.TvRatings
Over-ridden to return the value of TvRatings.rating.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Over-ridden implementation.
toString() - Method in class net.sf.xtvdclient.xtvd.datatypes.XtvdDate
Over-ridden implementation.
TV14 - Static variable in class net.sf.xtvdclient.xtvd.datatypes.TvRatings
The typesafe representation of the TV-14 tvRating.
TvColorCode - Class in net.sf.xtvdclient.xtvd.datatypes
A ordinal-based typesafe enum class that represents the pre-defined values for tms:tvColorCodes as defined in the XTVD schema.
TVG - Static variable in class net.sf.xtvdclient.xtvd.datatypes.TvRatings
The typesafe representation of the TV-G tvRating.
TVMA - Static variable in class net.sf.xtvdclient.xtvd.datatypes.TvRatings
The typesafe representation of the TV-MA tvRating.
TVPG - Static variable in class net.sf.xtvdclient.xtvd.datatypes.TvRatings
The typesafe representation of the TV-PG tvRating.
TvRatings - Class in net.sf.xtvdclient.xtvd.datatypes
A ordinal-based typesafe enum class that represents the pre-defined values for tms:tvRatings as defined in the XTVD schema.
TVY - Static variable in class net.sf.xtvdclient.xtvd.datatypes.TvRatings
The typesafe representation of the TV-Y tvRating.
TVY7 - Static variable in class net.sf.xtvdclient.xtvd.datatypes.TvRatings
The typesafe representation of the TV-Y7 tvRating.
TWO_AND_HALF_STAR - Static variable in class net.sf.xtvdclient.xtvd.datatypes.StarRating
The typesafe representation of the **+ starRating.
TWO_STAR - Static variable in class net.sf.xtvdclient.xtvd.datatypes.StarRating
The typesafe representation of the ** starRating.

V

VIOLENCE - Static variable in class net.sf.xtvdclient.xtvd.datatypes.MovieAdvisories
The typesafe representation of the Violence movieAdvisories.

W

WEBSERVICE_URI - Static variable in class net.sf.xtvdclient.xtvd.SOAPRequest
The URI for the TMS XTVD web service.
WriterParser - Class in net.sf.xtvdclient.xtvd.parser
A parser implementation that is used to parse the incoming XML stream, and then write the parsed data back to an Writer.
WriterParser(Reader, Writer) - Constructor for class net.sf.xtvdclient.xtvd.parser.WriterParser
Create a new instance of the parser that reads the data from the specified Reader.

X

XML_HEADER - Static variable in class net.sf.xtvdclient.xtvd.SOAPRequest
The XML header to use to wrap the request.
Xtvd - Class in net.sf.xtvdclient.xtvd.datatypes
A bean that represents an XTVD XML document.
Xtvd() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Default constructor.
Xtvd(DateTime, DateTime, double) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Create a new instance of the class with the specified values for the attribute values.
Xtvd(DateTime, DateTime, double, Map<Integer, Station>, Map<String, Lineup>, Collection<Schedule>, Map<String, Program>, Map<String, Crew>, Map<String, ProgramGenre>) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.Xtvd
Create a new instance of the class with all the values specified.
xtvd - Variable in class net.sf.xtvdclient.xtvd.parser.XtvdParser
The instance of Xtvd that will be populated by this parser.
XtvdAuthenticator - Class in net.sf.xtvdclient.xtvd
This class is used to authenticate the user against the soap request.
XtvdAuthenticator(String, String) - Constructor for class net.sf.xtvdclient.xtvd.XtvdAuthenticator
Creates the Autheticator
XtvdDate - Class in net.sf.xtvdclient.xtvd.datatypes
A class that represents a date datatype.
XtvdDate() - Constructor for class net.sf.xtvdclient.xtvd.datatypes.XtvdDate
Default constructor.
XtvdDate(String) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.XtvdDate
Create a new instance of the class with the specified string representation of the date data type.
XtvdDate(Date) - Constructor for class net.sf.xtvdclient.xtvd.datatypes.XtvdDate
Create a new instance of the class with the specified date value
XtvdParser - Class in net.sf.xtvdclient.xtvd.parser
A parser implementation that is used to parse the specified XML stream, and then create a Xtvd object that represents the XML data.
XtvdParser(Reader, Xtvd) - Constructor for class net.sf.xtvdclient.xtvd.parser.XtvdParser
Create a new instance of the parser that reads the data from the specified Reader.

A B C D E F G H L M N O P R S T V W X