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 DelegateManagementResponse_1 = require("./DelegateManagementResponse");
var GetDelegateResponse = (function (_super) {
__extends(GetDelegateResponse, _super);
function GetDelegateResponse() {
_super.apply(this, arguments);
}
GetDelegateResponse.prototype.ReadElementsFromXmlJsObject = function (reader) { throw new Error("GetDelegateResponse.ts - ReadElementsFromXmlJsObject : Not implemented."); };
return GetDelegateResponse;
})(DelegateManagementResponse_1.DelegateManagementResponse);
exports.GetDelegateResponse = GetDelegateResponse;
//}