public function __construct($value = null, $FunctionArgumentOperandType = null)
 {
     parent::__construct();
     $this->value = $value;
     $this->FunctionArgumentOperandType = $FunctionArgumentOperandType;
 }
 public function __construct($radius = null, $locationId = null, $FunctionArgumentOperandType = null)
 {
     parent::__construct();
     $this->radius = $radius;
     $this->locationId = $locationId;
     $this->FunctionArgumentOperandType = $FunctionArgumentOperandType;
 }