public enum ClassType { firstClass, secondClass };
public enum ReservationType { fensterGrossraum, gangGrossraum, fensterAbteil, gangAbteil };
public enum PaymentType { creditCard, directDebit };
private Booking() {
sessionHandler = new HiddenInputFieldHandler();
reader = new org.htmlparser.sax.XMLReader();
try {
reserveSeatURL = new URL("https://fahrkarten.bahn.de/mobile/bu/hf.post");
bookingDataURL = new URL("https://fahrkarten.bahn.de/mobile/bu/rw.post");
paymentTypeURL = new URL("https://fahrkarten.bahn.de/mobile/bu/bd.post");