module fb { export class BildbestaellningXML extends ResourceBase { Xml: string; constructor(data) { super(data, false, 'BildbestaellningXML'); } } }