Constant Field Values


Contents
net.sf.*

net.sf.xtvdclient.xtvd.SOAPRequest
public static final java.lang.String CLOSE_SOAP_BODY "</tms:download>\n</SOAP-ENV:Body>\n"
public static final java.lang.String CLOSE_SOAP_ENVELOPE "</SOAP-ENV:Envelope>"
public static final java.lang.String SOAP_BODY "<SOAP-ENV:Body>\n<tms:download xmlns:tms=\'urn:TMSWebServices\'>\n"
public static final java.lang.String SOAP_ENVELOPE "<SOAP-ENV:Envelope SOAP-ENV:encodingStyle=\'http://schemas.xmlsoap.org/soap/encoding/\' xmlns:SOAP-ENV=\'http://schemas.xmlsoap.org/soap/envelope/\' xmlns:xsd=\'http://www.w3.org/2001/XMLSchema\' xmlns:xsi=\'http://www.w3.org/2001/XMLSchema-instance\' xmlns:SOAP-ENC=\'http://schemas.xmlsoap.org/soap/encoding/\'>\n"
public static final java.lang.String WEBSERVICE_URI "http://datadirect.webservices.zap2it.com/tvlistings/xtvdService"
public static final java.lang.String XML_HEADER "<?xml version=\'1.0\' encoding=\'UTF-8\'?>\n"

net.sf.xtvdclient.xtvd.datatypes.Xtvd
public static final java.lang.String NAMESPACE_ATTRIBUTES "xmlns=\'urn:TMSWebServices\' xmlns:xsi=\'http://www.w3.org/2001/XMLSchema-instance\' xsi:schemaLocation=\'urn:TMSWebServices http://docs.tms.tribune.com/tech/xml/schemas/tmsxtvd.xsd\'"

net.sf.xtvdclient.xtvd.parser.RDBMSParser
public static final java.lang.String CREW_STATEMENT "insert into crew columns( program, role, given_name, surname ) values( ?, ?, ?, ? )"
public static final java.lang.String GENRE_STATEMENT "insert into program_genre columns( program, genre, relevance ) values( ?, ?, ? )"
public static final java.lang.String LINEUP_STATEMENT "insert into lineups columns( id, name, location, type, device, postalCode ) values( ?, ?, ?, ?, ?, ? )"
public static final java.lang.String MAP_STATEMENT "insert into lineup_map columns( lineup, station, channel, channel_minor, from, to ) values( ?, ?, ?, ?, ?, ? )"
public static final java.lang.String PROGRAM_MOVIE_ADVISORY_STATEMENT "insert into program_movie_advisories columns( program, movie_advisory, ranking ) values( ?, ?, ? )"
public static final java.lang.String PROGRAM_STATEMENT "insert into programs columns( id, series, title, subtitle, description, mpaa_rating, star_rating, runtime, year, show_type, color_code, syn_epi_num, original_air_date ) values( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )"
public static final java.lang.String SCHEDULE_STATEMENT "insert into schedules columns( program, station, time, duration, tv_rating, repeat, stereo, subtitled, hdtv, close_captioned, part_number, part_total ) values( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )"
public static final java.lang.String STATION_STATEMENT "insert into stations columns( id, call_sign, name, affiliate, fcc_channel_number ) values( ?, ?, ?, ?, ? )"