public function ScheduleGetRemoveAllowFacilities()
 {
     // no argument
     $this->CheckAndSetHeader(__FUNCTION__);
     $results = parent::ScheduleGetRemoveAllowFacilities();
     $this->methodClose();
     return $this->decodeString($results->facility_id);
     // returns array of (facility)IDType(string := integer)
 }