var __extends = this.__extends || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
__.prototype = b.prototype;
d.prototype = new __();
};
var XmlElementNames_1 = require("../../XmlElementNames");
var MeetingMessage_1 = require("./MeetingMessage");
var MeetingCancellation = (function (_super) {
__extends(MeetingCancellation, _super);
function MeetingCancellation() {
_super.apply(this, arguments);
}
//////Start: Date;
//////End: Date;
//////Location: string;
//////Recurrence: Recurrence;
//////EnhancedLocation: EnhancedLocation;
//////Bind(service: ExchangeService, id: ItemId, propertySet: PropertySet): MeetingCancellation { throw new Error("MeetingCancellation.ts - Bind : Not implemented."); }
//////Bind(service: ExchangeService, id: ItemId): MeetingCancellation { throw new Error("MeetingCancellation.ts - Bind : Not implemented."); }
//////GetMinimumRequiredServerVersion(): ExchangeVersion { throw new Error("MeetingCancellation.ts - GetMinimumRequiredServerVersion : Not implemented."); }
//////GetSchema(): ServiceObjectSchema { throw new Error("MeetingCancellation.ts - GetSchema : Not implemented."); }
MeetingCancellation.prototype.GetXmlElementName = function () { return XmlElementNames_1.XmlElementNames.MeetingCancellation; };
return MeetingCancellation;
})(MeetingMessage_1.MeetingMessage);
exports.MeetingCancellation = MeetingCancellation;